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
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_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/jsonapi/tests/src/Functional/MessageTest.php The tested entity type.
MessageTest::doTestDeleteIndividual function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests DELETEing an individual resource, plus edge cases to ensure good DX.
MessageTest::doTestPatchIndividual function core/modules/jsonapi/tests/src/Functional/MessageTest.php Tests PATCHing an individual resource, plus edge cases to ensure good DX.
MessageTest::testGetIndividual function core/modules/jsonapi/tests/src/Functional/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().
MigrateBookConfigsTest::providerBookSettings function core/modules/book/tests/src/Kernel/Migrate/d6/MigrateBookConfigsTest.php Data provider for testBookSettings().
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.
MigrateDrupal6AuditIdsTest class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests the migration auditor for ID conflicts.
MigrateDrupal6AuditIdsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
MigrateDrupal6AuditIdsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
MigrateDrupal6AuditIdsTest::testAllMigrationsWithIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests all migrations with ID conflicts.
MigrateDrupal6AuditIdsTest::testAllMigrationsWithNoIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests all migrations with no ID conflicts.
MigrateDrupal6AuditIdsTest::testDraftRevisionIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests draft revisions ID conflicts.
MigrateDrupal6AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.
MigrateDrupal6AuditIdsTest::testNodeGrantsIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php Tests ID conflicts for inaccessible nodes.
MigrateDrupal7AuditIdsTest class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests the migration auditor for ID conflicts.
MigrateDrupal7AuditIdsTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
MigrateDrupal7AuditIdsTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
MigrateDrupal7AuditIdsTest::testAllMigrationsWithIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests all migrations with ID conflicts.
MigrateDrupal7AuditIdsTest::testAllMigrationsWithNoIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests all migrations with no ID conflicts.
MigrateDrupal7AuditIdsTest::testDraftRevisionIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests draft revisions ID conflicts.
MigrateDrupal7AuditIdsTest::testMultipleMigrationWithoutIdConflicts function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php Tests multiple migrations to the same destination with no ID conflicts.

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