Search for __set

  1. Search 7.x for __set
  2. Search 9.5.x for __set
  3. Search 8.9.x for __set
  4. Search 10.3.x for __set
  5. Other projects
Title Object type File name Summary
MenuLinksetSettingsForm.php file core/modules/system/src/Form/MenuLinksetSettingsForm.php
MenuLinksetSettingsForm::buildForm function core/modules/system/src/Form/MenuLinksetSettingsForm.php Form constructor.
MenuLinksetSettingsForm::create function core/modules/system/src/Form/MenuLinksetSettingsForm.php Instantiates a new instance of this class.
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.
MenuLinksetSettingsForm::submitForm function core/modules/system/src/Form/MenuLinksetSettingsForm.php Form submission handler.
MenuLinksetSettingsForm::__construct function core/modules/system/src/Form/MenuLinksetSettingsForm.php Constructs a MenuLinksetSettingsForm object.
MenuLinksetSettingsFormTest class core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Tests the menu_linkset_settings form.
MenuLinksetSettingsFormTest.php file core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php
MenuLinksetSettingsFormTest::$adminAccount property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php A user account to modify the menu linkset settings form.
MenuLinksetSettingsFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php The theme to install as the default for testing.
MenuLinksetSettingsFormTest::$modules property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Modules to install.
MenuLinksetSettingsFormTest::$profile property core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php The profile to install as a basis for testing.
MenuLinksetSettingsFormTest::testMenuLinksetSettingsForm function core/modules/system/tests/src/Functional/Form/MenuLinksetSettingsFormTest.php Tests the menu_linkset_settings form.
MenuLinksTest::setUp function core/modules/menu_link_content/tests/src/Kernel/MenuLinksTest.php
MenuLinkTest::setUp function core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php Sets up the test.
MenuLinkTreeTest::setUp function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php
MenuLinkTreeTest::setUp function core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php
MenuResourceTestBase::setUpAuthorization function core/modules/system/tests/src/Functional/Rest/MenuResourceTestBase.php Sets up the necessary authorization.
MenuRouterTest::setUp function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
MenuSettingsConstraint class core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php Validation constraint for changing the menu settings in pending revisions.
MenuSettingsConstraint.php file core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php
MenuSettingsConstraint::$message property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php The default violation message.
MenuSettingsConstraint::$messageParent property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php The violation message when changing the parent for a unpublished content.
MenuSettingsConstraint::$messageRemove property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php The violation message when removing a menu link for unpublished content.
MenuSettingsConstraint::$messageWeight property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php The violation message when the weight cannot be changed.
MenuSettingsConstraintValidator class core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php Constraint validator for changing the menu settings in pending revisions.
MenuSettingsConstraintValidator.php file core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php
MenuSettingsConstraintValidator::validate function core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php
MenuTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/MenuTest.php Sets up the necessary authorization.
MenuTreeParameters::setActiveTrail function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Sets the active trail IDs used to set the inActiveTrail property.
MenuTreeParameters::setMaxDepth function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Sets a maximum depth for menu tree loading.
MenuTreeParameters::setMinDepth function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Sets a minimum depth for menu tree loading.
MenuTreeParameters::setRoot function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Sets a root for menu tree loading.
MenuTreeParameters::setTopLevelOnly function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Ensures only the top level of the tree is loaded.
MenuTreeParametersTest::providerTestSetMinDepth function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Provides test data for testSetMinDepth().
MenuTreeParametersTest::testSetMinDepth function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Tests setMinDepth().
MenuTreeParametersTest::testSetTopLevelOnly function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Tests setTopLevelOnly().
MenuTreeStorage::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Clears all definitions cached in memory.
MenuTreeStorage::setParents function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Sets the materialized path field values based on the parent.
MenuTreeStorageInterface::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Clears all definitions cached in memory.
MenuTreeStorageSchemaUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php Set database dump files to be used.
MenuTreeStorageSchemaUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/MenuTreeStorageSchemaUpdateTest.php
MenuTreeStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php
MenuUiContentModerationTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
MenuUiContentTranslationTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiContentTranslationTest.php
MenuUiLanguageTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiLanguageTest.php
MenuUiNodeAccessTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiNodeAccessTest.php
MenuUiNodeTest::setUp function core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php
MenuUiNodeTypeTest::testContentTypeMenuSettings function core/modules/menu_ui/tests/src/Kernel/MenuUiNodeTypeTest.php Tests node type-specific settings for Menu UI.

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