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. Other projects
Title Object type File name Summary
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.
MenuLinkListBuilder::getDefaultOperations function core/modules/menu_link_content/src/MenuLinkListBuilder.php Gets this list's default operations.
MenuLinkLocalized::getIds function core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkLocalized.php Defines the source fields uniquely identifying a source row.
MenuLinkManager::getChildIds function core/lib/Drupal/Core/Menu/MenuLinkManager.php Loads all child link IDs of a given menu link, regardless of visibility.
MenuLinkManager::getDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets a specific plugin definition.
MenuLinkManager::getDefinitions function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets the definition of all plugins for this type.
MenuLinkManager::getDiscovery function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets the plugin discovery.
MenuLinkManager::getFactory function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets the plugin factory.
MenuLinkManager::getInstance function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets or creates a plugin instance that satisfies the given options.
MenuLinkManager::getParentIds function core/lib/Drupal/Core/Menu/MenuLinkManager.php Loads all parent link IDs of a given menu link.
MenuLinkManagerInterface::getChildIds function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Loads all child link IDs of a given menu link, regardless of visibility.
MenuLinkManagerInterface::getParentIds function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Loads all parent link IDs of a given menu link.
MenuLinkMock::getCacheContexts function core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php The cache contexts associated with this object.
MenuLinkMock::getCacheMaxAge function core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php The maximum age for which this object may be cached.
MenuLinkMock::getCacheTags function core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php The cache tags associated with this object.
MenuLinkMock::getDescription function core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php Returns the description of the menu link.
MenuLinkMock::getTitle function core/tests/Drupal/Tests/Core/Menu/MenuLinkMock.php Returns the localized title to be shown for this link.
MenuLinkPluginTest::testGetInstanceReflection function core/modules/menu_link_content/tests/src/Unit/MenuLinkPluginTest.php Tests get instance reflection.
MenuLinkResetForm::getCancelUrl function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns the route to go to if the user cancels the action.
MenuLinkResetForm::getConfirmText function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns a caption for the button that confirms the action.
MenuLinkResetForm::getDescription function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns additional text to display as a description.
MenuLinkResetForm::getFormId function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns a unique string identifying the form.
MenuLinkResetForm::getQuestion function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Returns the question to ask the user.
MenuLinksetRoutes::getSubscribedEvents function core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuLinksetSettingsForm::getEditableConfigNames function core/modules/system/src/Form/MenuLinksetSettingsForm.php Gets the configuration names that will be editable.
MenuLinksetSettingsForm::getFormId function core/modules/system/src/Form/MenuLinksetSettingsForm.php Returns a unique string identifying the form.
MenuLinksTest::testMenuLinkContentGetEntity function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php Tests that getEntity() method returns correct value.
MenuLinkTestWithUnsafeTitle::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php Gets the definition of all derivatives of a base plugin.
MenuLinkTranslation::getIds function core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Defines the source fields uniquely identifying a source row.
MenuLinkTranslation::getIds function core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php Defines the source fields uniquely identifying a source row.
MenuLinkTree::getCurrentRouteMenuTreeParameters function core/lib/Drupal/Core/Menu/MenuLinkTree.php Gets the link tree parameters for rendering a specific menu.
MenuLinkTree::getExpanded function core/lib/Drupal/Core/Menu/MenuLinkTree.php Finds expanded links in a menu given a set of possible parents.
MenuLinkTree::getSubtreeHeight function core/lib/Drupal/Core/Menu/MenuLinkTree.php Finds the height of a subtree rooted by of the given ID.
MenuLinkTreeInterface::getCurrentRouteMenuTreeParameters function core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php Gets the link tree parameters for rendering a specific menu.
MenuLinkTreeInterface::getExpanded function core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php Finds expanded links in a menu given a set of possible parents.
MenuLinkTreeInterface::getSubtreeHeight function core/lib/Drupal/Core/Menu/MenuLinkTreeInterface.php Finds the height of a subtree rooted by of the given ID.
MenuListBuilder::getDefaultOperations function core/modules/menu_ui/src/MenuListBuilder.php Gets this list's default operations.
MenuParentFormSelector::getMenuOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets a list of menu names for use as options.
MenuParentFormSelector::getParentDepthLimit function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Returns the maximum depth of the possible parents of the menu link.
MenuParentFormSelector::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelector.php Gets the options for a select element to choose a menu and parent.
MenuParentFormSelectorInterface::getParentSelectOptions function core/lib/Drupal/Core/Menu/MenuParentFormSelectorInterface.php Gets the options for a select element to choose a menu and parent.
MenuResourceTestBase::getExpectedCacheContexts function core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
MenuResourceTestBase::getExpectedNormalizedEntity function core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php Returns the expected normalization of the entity.
MenuResourceTestBase::getNormalizedPostEntity function core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php Returns the normalized POST entity.
MenuRouterRebuildSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php
MenuStorageTest class core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Tests MenuStorage.
MenuStorageTest.php file core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php
MenuStorageTest::$modules property core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Modules to install.
MenuStorageTest::testMaxIdLengthException function core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Tests MenuStorage::MAX_ID_LENGTH is enforced.

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