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
MenuLinkResetForm::linkIsResettable function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Checks access based on whether the link can be reset.
MenuLinkResetForm::submitForm function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Form submission handler.
MenuLinkResetForm::__construct function core/modules/menu_ui/src/Form/MenuLinkResetForm.php Constructs a MenuLinkResetForm object.
MenuLinksetRoutes class core/modules/system/src/Routing/MenuLinksetRoutes.php Dynamically defines routes for menu linkset endpoints.
MenuLinksetRoutes.php file core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuLinksetRoutes::$providerIds property core/modules/system/src/Routing/MenuLinksetRoutes.php An array of enabled authentication provider IDs.
MenuLinksetRoutes::alterRoutes function core/modules/system/src/Routing/MenuLinksetRoutes.php Alter routes.
MenuLinksetRoutes::create function core/modules/system/src/Routing/MenuLinksetRoutes.php Instantiates a new instance of this class.
MenuLinksetRoutes::getSubscribedEvents function core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuLinksetRoutes::onConfigSave function core/modules/system/src/Routing/MenuLinksetRoutes.php
MenuLinksetRoutes::routes function core/modules/system/src/Routing/MenuLinksetRoutes.php Returns an array of route objects.
MenuLinksetRoutes::__construct function core/modules/system/src/Routing/MenuLinksetRoutes.php EventSubscriber constructor.
MenuLinksetSettingsForm class core/modules/system/src/Form/MenuLinksetSettingsForm.php Configure System settings for this site.
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/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php
MenuLinkTreeTest::setUp function core/tests/Drupal/KernelTests/Core/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().

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