Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 10.3.x for __get
  4. Search 11.x for __get
  5. Other projects
Title Object type File name Summary
MenuLinkContent::getTranslateRoute function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
MenuLinkContent::getUrlObject function core/modules/menu_link_content/src/Entity/MenuLinkContent.php
MenuLinkContent::getUuid function core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php Returns the unique ID representing the menu link.
MenuLinkContent::getWeight function core/modules/menu_link_content/src/Entity/MenuLinkContent.php
MenuLinkContentDeleteForm::getCancelUrl function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
MenuLinkContentDeleteForm::getDeletionMessage function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
MenuLinkContentDeleteForm::getRedirectUrl function core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
MenuLinkContentDeriver::getDerivativeDefinitions function core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php
MenuLinkContentHalJsonAnonTest::getExpectedCacheContexts function core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php
MenuLinkContentHalJsonAnonTest::getExpectedNormalizedEntity function core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php
MenuLinkContentHalJsonAnonTest::getNormalizedPostEntity function core/modules/menu_link_content/tests/src/Functional/Hal/MenuLinkContentHalJsonAnonTest.php
MenuLinkContentInterface::getDescription function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the description of the menu link for the UI.
MenuLinkContentInterface::getMenuName function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the menu name of the custom menu link.
MenuLinkContentInterface::getParentId function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the plugin ID of the parent menu link.
MenuLinkContentInterface::getPluginDefinition function core/modules/menu_link_content/src/MenuLinkContentInterface.php Builds up the menu link plugin definition for this entity.
MenuLinkContentInterface::getPluginId function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the menu plugin ID associated with this entity.
MenuLinkContentInterface::getTitle function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the title of the menu link.
MenuLinkContentInterface::getUrlObject function core/modules/menu_link_content/src/MenuLinkContentInterface.php Gets the url object pointing to the URL of the menu link content entity.
MenuLinkContentInterface::getWeight function core/modules/menu_link_content/src/MenuLinkContentInterface.php Returns the weight of the menu link content entity.
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
MenuLinkContentStorage::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorage.php
MenuLinkContentStorageInterface::getMenuLinkIdsWithPendingRevisions function core/modules/menu_link_content/src/MenuLinkContentStorageInterface.php Gets a list of menu link IDs with pending revisions.
MenuLinkContentStorageSchema::getSharedTableFieldSchema function core/modules/menu_link_content/src/MenuLinkContentStorageSchema.php
MenuLinkContentTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuLinkContentTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuLinkContentTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php
MenuLinkContentTranslationUITest::getAdministratorPermissions function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
MenuLinkContentTranslationUITest::getTranslatorPermissions function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php
MenuLinkDefault::getDescription function core/lib/Drupal/Core/Menu/MenuLinkDefault.php
MenuLinkDefault::getTitle function core/lib/Drupal/Core/Menu/MenuLinkDefault.php
MenuLinkEditForm::getFormId function core/modules/menu_ui/src/Form/MenuLinkEditForm.php
MenuLinkInterface::getDeleteRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to delete the menu link.
MenuLinkInterface::getDescription function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the description of the menu link.
MenuLinkInterface::getEditRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a custom edit form for the menu link.
MenuLinkInterface::getFormClass function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the name of a class that can build an editing form for this link.
MenuLinkInterface::getMenuName function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the menu name of the menu link.
MenuLinkInterface::getMetaData function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns any metadata for this link.
MenuLinkInterface::getOptions function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the options for this link.
MenuLinkInterface::getParent function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the plugin ID of the menu link's parent, or an empty string.
MenuLinkInterface::getProvider function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the provider (module name) of the menu link.
MenuLinkInterface::getRouteName function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the route name, if available.
MenuLinkInterface::getRouteParameters function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the route parameters, if available.
MenuLinkInterface::getTitle function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the localized title to be shown for this link.
MenuLinkInterface::getTranslateRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to translate the menu link.
MenuLinkInterface::getUrlObject function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns a URL object containing either the external path or route.
MenuLinkInterface::getWeight function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns the weight of the menu link.
MenuLinkManager::getChildIds function core/lib/Drupal/Core/Menu/MenuLinkManager.php
MenuLinkManager::getDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php

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