Search for add

  1. Search 7.x for add
  2. Search 8.9.x for add
  3. Search 10.3.x for add
  4. Search 11.x for add
  5. Other projects
Title Object type File name Summary
MediaLibraryAddFormTest::testMediaTypeAddForm function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the media library add form.
MediaLibraryAddFormTest::testSelectedTypeValidation function core/modules/media_library/tests/src/Kernel/MediaLibraryAddFormTest.php Tests the validation of the selected type in the media library add form.
MediaLibraryTestBase::addMediaFileToField function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Waits for a file field to exist before uploading.
MediaLibraryTestBase::assertMediaAdded function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Asserts a media item was added, but not yet saved.
MediaLibraryTestBase::assertNoMediaAdded function core/modules/media_library/tests/src/FunctionalJavascript/MediaLibraryTestBase.php Asserts that media was not added, i.e. due to a validation error.
MediaLibraryUiBuilder::buildMediaTypeAddForm function core/modules/media_library/src/MediaLibraryUiBuilder.php Get the add form for the selected media type.
MediaLibraryWidget::addItems function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Updates the field state and flags the form for rebuild.
media_form_field_ui_field_storage_add_form_alter function core/modules/media/media.module Implements hook_form_FORM_ID_alter().
media_form_filter_format_add_form_alter function core/modules/media/media.module Implements hook_form_FORM_ID_alter().
MenuController::addLink function core/modules/menu_link_content/src/Controller/MenuController.php Provides the menu link creation form.
MenuLinkAdd class core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php Modifies the 'Add link' local action to add a destination.
MenuLinkAdd.php file core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php
MenuLinkAdd::$redirectDestination property core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php The redirect destination.
MenuLinkAdd::create function core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php Creates an instance of the plugin.
MenuLinkAdd::getOptions function core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php Returns options for rendering a link for the local action.
MenuLinkAdd::__construct function core/modules/menu_ui/src/Plugin/Menu/LocalAction/MenuLinkAdd.php Constructs a MenuLinkAdd object.
MenuLinkManager::addDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Adds a new menu link definition to the menu tree storage.
MenuLinkManagerInterface::addDefinition function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Adds a new menu link definition to the menu tree storage.
MenuTreeParameters::addCondition function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Adds a custom query condition.
MenuTreeParameters::addExpandedParents function core/lib/Drupal/Core/Menu/MenuTreeParameters.php Adds parent menu links IDs to restrict the tree.
MenuTreeParametersTest::testAddCondition function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Tests addCondition().
MenuTreeParametersTest::testAddExpanded function core/tests/Drupal/Tests/Core/Menu/MenuTreeParametersTest.php Tests addExpandedParents().
MenuTreeStorageTest::addMenuLink function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Adds a link with the given ID and supply defaults.
MenuUiJavascriptTest::addCustomMenu function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Creates a custom menu.
MenuUiJavascriptTest::addMenuLink function core/modules/menu_ui/tests/src/FunctionalJavascript/MenuUiJavascriptTest.php Adds a menu link using the UI.
MenuUiTest::addCustomMenu function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Creates a custom menu.
MenuUiTest::addCustomMenuCRUD function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Adds a custom menu using CRUD functions.
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::addMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Adds a menu link using the UI.
menu_ui.menu_item_add.html.twig file core/modules/help_topics/help_topics/menu_ui.menu_item_add.html.twig ---
label: Adding a link to a menu
related:
- menu_ui.content_type_configuration
- menu_ui.menu_operations
- core.menus
---
{% set structure_menu_text %}{% trans %}Menus{% endtrans %}{% endset %}
{% set structure_menu_link =…
Messenger::addError function core/lib/Drupal/Core/Messenger/Messenger.php Adds a new error message to the queue.
Messenger::addMessage function core/lib/Drupal/Core/Messenger/Messenger.php Adds a new message to the queue.
Messenger::addStatus function core/lib/Drupal/Core/Messenger/Messenger.php Adds a new status message to the queue.
Messenger::addWarning function core/lib/Drupal/Core/Messenger/Messenger.php Adds a new warning message to the queue.
MessengerInterface::addError function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new error message to the queue.
MessengerInterface::addMessage function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new message to the queue.
MessengerInterface::addStatus function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new status message to the queue.
MessengerInterface::addWarning function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new warning message to the queue.
MessengerTest::testAddMarkup function core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php Tests adding markup.
MessengerTest::testAddNoDuplicates function core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php Tests we don't add duplicates.
MessengerTest::testAddWithDuplicates function core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php Tests we do add duplicates with repeat flag.
MigrateUpgradeImportBatch::$listenersAdded property core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php Ensure we only add the listeners once per request.
MigrationPluginManager::addDependency function core/modules/migrate/src/Plugin/MigrationPluginManager.php Add one or more dependencies to a graph.
MimeTypeGuesser::addGuesser function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php Appends a MIME type guesser to the guessers chain.
MimeTypeGuesser::addGuesser function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
MimeTypeGuesser::addMimeTypeGuesser function core/lib/Drupal/Core/File/MimeType/MimeTypeGuesser.php Appends a MIME type guesser to the guessers chain.
MimeTypeGuesser::addMimeTypeGuesser function core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
MockAliasManager::addAlias function core/modules/system/src/Tests/Routing/MockAliasManager.php Adds an alias to the in-memory alias table for this object.
ModuleHandler::add function core/lib/Drupal/Core/Extension/ModuleHandler.php Adds a module or profile to the list of currently active modules.
ModuleHandler::addModule function core/lib/Drupal/Core/Extension/ModuleHandler.php Adds a module to the list of currently active modules.

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