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 11.x for __get
  5. Other projects
Title Object type File name Summary
MenuLinkContentTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/MenuLinkContentTest.php Returns the JSON:API POST document.
MenuLinkContentTranslationUITest::getAdministratorPermissions function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Returns an array of permissions needed for the administrator.
MenuLinkContentTranslationUITest::getTranslatorPermissions function core/modules/menu_link_content/tests/src/Functional/MenuLinkContentTranslationUITest.php Returns an array of permissions needed for the translator.
MenuLinkDefault::getDescription function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns the description of the menu link.
MenuLinkDefault::getResetRoute function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns route information for a route to reset the menu link.
MenuLinkDefault::getTitle function core/lib/Drupal/Core/Menu/MenuLinkDefault.php Returns the localized title to be shown for this link.
MenuLinkEditForm::getFormId function core/modules/menu_ui/src/Form/MenuLinkEditForm.php Returns a unique string identifying the form.
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::getOperations function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Provides an array of information to build a list of operation links.
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::getResetRoute function core/lib/Drupal/Core/Menu/MenuLinkInterface.php Returns route information for a route to reset 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.
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 @covers ::getUuid[[api-linebreak]]
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.

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