Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
MenuSettingsConstraintValidator::validate function core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php
MenuStorage::MAX_ID_LENGTH constant core/modules/system/src/MenuStorage.php Menu names have a maximum length of 32.
MenuStorageTest::testMaxIdLengthException function core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Tests MenuStorage::MAX_ID_LENGTH is enforced.
MenuTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/MenuTest.php The tested entity type.
MenuTest::providerSource function core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php Provides source data for ::testSource.
MenuTestServiceProvider class core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php Decorate core's default path-based breadcrumb builder when it is available.
MenuTestServiceProvider.php file core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php
MenuTestServiceProvider::alter function core/modules/system/tests/modules/menu_test/src/MenuTestServiceProvider.php Modifies existing service definitions.
MenuTranslation::getIds function core/modules/system/src/Plugin/migrate/source/d7/MenuTranslation.php Defines the source fields uniquely identifying a source row.
MenuTranslationTest::providerSource function core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/MenuTranslationTest.php Provides source data for ::testSource.
MenuTreeHierarchyConstraintValidator class core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php Constraint validator for changing menu link parents in pending revisions.
MenuTreeHierarchyConstraintValidator.php file core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php
MenuTreeHierarchyConstraintValidator::$entityTypeManager property core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php The entity type manager.
MenuTreeHierarchyConstraintValidator::create function core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php Instantiates a new instance of this class.
MenuTreeHierarchyConstraintValidator::validate function core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php
MenuTreeHierarchyConstraintValidator::__construct function core/modules/menu_link_content/src/Plugin/Validation/Constraint/MenuTreeHierarchyConstraintValidator.php Creates a new MenuTreeHierarchyConstraintValidator instance.
MenuTreeParametersTest::providerTestSetMinDepth function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Provides test data for testSetMinDepth().
MenuTreeStorage::$cacheTagsInvalidator property core/lib/Drupal/Core/Menu/MenuTreeStorage.php The cache tags invalidator.
MenuTreeStorage::getAllChildIds function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Loads all the IDs for menu links that are below the given ID.
MenuTreeStorage::getRootPathIds function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Returns all the IDs that represent the path to the root of the tree.
MenuTreeStorageInterface::getAllChildIds function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Loads all the IDs for menu links that are below the given ID.
MenuTreeStorageInterface::getRootPathIds function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Returns all the IDs that represent the path to the root of the tree.
MenuUiContentTranslationTest::provideChangeContentToPseudoLanguageData function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php Provides test data sets for testChangeContentToPseudoLanguage().
MenuUiNodeTest::testMenuNodeFormWidget function core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php Tests creating, editing, deleting menu links via node form widget.
MenuUiNodeTest::testMenuNodeWithGrantsFormWidget function core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php Tests creating menu links via node form widget for nodes with grants.
MenuUiNodeTest::testMultilingualMenuNodeFormWidget function core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php Testing correct loading and saving of menu links via node form widget in a multilingual environment.
MenuUiTest::addInvalidMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Attempts to add menu link with invalid path or no access permission.
MenuUiTest::checkInvalidParentMenuLinks function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Tests that parent options are limited by depth when adding menu links.
MenuValidationTest class core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php Tests validation of menu entities.
MenuValidationTest.php file core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php
MenuValidationTest::$propertiesWithOptionalValues property core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php The config entity properties whose values are optional (set to NULL).
MenuValidationTest::providerInvalidMachineNameCharacters function core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php Menu IDs are atypical: they allow dashes and disallow underscores.
MenuValidationTest::setUp function core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php
MenuValidationTest::testDescription function core/modules/system/tests/src/Kernel/Entity/MenuValidationTest.php Tests that description is optional, and limited to 512 characters.
menu_link.static.overrides service core/core.services.yml Drupal\Core\Menu\StaticMenuLinkOverrides
menu_ui.overriding.html.twig file core/modules/menu_ui/help_topics/menu_ui.overriding.html.twig ---
label: Reordering and disabling menu links
related:
- menu_ui.menu_item_add
- menu_ui.menu_operations
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link =…
menu_ui_form_node_type_form_validate function core/modules/menu_ui/menu_ui.module Validate handler for forms with menu options.
MergeTest::testInvalidMerge function core/tests/Drupal/KernelTests/Core/Database/MergeTest.php Tests that an invalid merge query throws an exception.
MessageForm::getFormId function core/modules/migrate/src/Form/MessageForm.php Returns a unique string identifying the form.
MessageForm::validateForm function core/modules/contact/src/MessageForm.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
MessageResourceTestBase::$entityTypeId property core/modules/contact/tests/src/Functional/Rest/MessageResourceTestBase.php The tested entity type.
MessageTest::$entityTypeId property core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php The tested entity type.
MessageTest::doTestDeleteIndividual function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
MessageTest::doTestPatchIndividual function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
MessageTest::testGetIndividual function core/modules/contact/tests/src/Functional/Jsonapi/MessageTest.php Tests GETting an individual resource, plus edge cases to ensure good DX.
MetadataBubblingUrlGeneratorTest::providerUrlBubbleableMetadataBubbling function core/tests/Drupal/Tests/Core/Render/MetadataBubblingUrlGeneratorTest.php Data provider for ::testUrlBubbleableMetadataBubbling().
MigrateCommentTypeTest::providerTestNoCommentTypeMigration function core/modules/comment/tests/src/Kernel/Migrate/d6/MigrateCommentTypeTest.php Provides test cases for ::testNoCommentTypeMigration().
MigrateCommentTypeTest::providerTestNoCommentTypeMigration function core/modules/comment/tests/src/Kernel/Migrate/d7/MigrateCommentTypeTest.php Provides test cases for ::testNoCommentTypeMigration().
MigrateDestination::$id property core/modules/migrate/src/Annotation/MigrateDestination.php A unique identifier for the process plugin.
MigrateDestinationInterface::getIds function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination IDs.

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