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. Search main for add
  6. Other projects
Title Object type File name Summary
UserCacheTagsTest::getAdditionalCacheTagsForEntityListing function core/modules/user/tests/src/Functional/UserCacheTagsTest.php
UserCreateFailMailTest::testUserAdd function core/modules/user/tests/src/Functional/UserCreateFailMailTest.php Tests the create user administration page.
UserCreateTest::testUserAdd function core/modules/user/tests/src/Functional/UserCreateTest.php Tests user creation and display from the administration interface.
UserInterface::addRole function core/modules/user/src/UserInterface.php Add a role to a user.
UserPasswordResetTest::testUserPasswordResetWithAdditionalAjaxForm function core/modules/user/tests/src/FunctionalJavascript/UserPasswordResetTest.php Tests password reset functionality with an AJAX form.
UserRouteAlterSubscriber::onRoutingAlterAddFormats function core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php Adds supported formats to the user authentication HTTP routes.
ValidConsumer::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumer::addNoPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumer::addWithId function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addNoPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addWithDifferentOrder function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addWithId function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
VendorHardeningPlugin::onPostAutoloadDump function composer/Plugin/VendorHardening/VendorHardeningPlugin.php POST_AUTOLOAD_DUMP event handler.
VersionNegotiator::addVersionNegotiator function core/modules/jsonapi/src/Revisions/VersionNegotiator.php Adds a version negotiator.
View::addCacheMetadata function core/modules/views/src/Entity/View.php Fills in the cache metadata of this view.
View::addDisplay function core/modules/views/src/Entity/View.php
ViewAddForm class core/modules/views_ui/src/ViewAddForm.php Form controller for the Views add form.
ViewAddForm.php file core/modules/views_ui/src/ViewAddForm.php
ViewAddForm::$wizardManager property core/modules/views_ui/src/ViewAddForm.php The wizard plugin manager.
ViewAddForm::actions function core/modules/views_ui/src/ViewAddForm.php
ViewAddForm::cancel function core/modules/views_ui/src/ViewAddForm.php Form submission handler for the 'cancel' action.
ViewAddForm::create function core/modules/views_ui/src/ViewAddForm.php
ViewAddForm::form function core/modules/views_ui/src/ViewAddForm.php
ViewAddForm::prepareEntity function core/modules/views_ui/src/ViewAddForm.php
ViewAddForm::submitForm function core/modules/views_ui/src/ViewAddForm.php
ViewAddForm::validateForm function core/modules/views_ui/src/ViewAddForm.php
ViewAddForm::__construct function core/modules/views_ui/src/ViewAddForm.php Constructs a new ViewAddForm object.
ViewEditForm::submitDisplayAdd function core/modules/views_ui/src/ViewEditForm.php Submit handler to add a display to a view.
ViewEntityInterface::addDisplay function core/modules/views/src/ViewEntityInterface.php Adds a new display handler to the view, automatically creating an ID.
ViewExecutable::addCacheContext function core/modules/views/src/ViewExecutable.php Expands the list of used cache contexts for the view.
ViewExecutable::addHandler function core/modules/views/src/ViewExecutable.php Adds an instance of a handler to the view.
ViewExecutableTest::addHandlerProvider function core/modules/views/tests/src/Unit/ViewExecutableTest.php Data provider for testAddHandlerWithEntityField and testAddHandler.
ViewExecutableTest::testAddHandler function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::addHandler[[api-linebreak]]
ViewExecutableTest::testAddHandlerWithEntityField function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::addHandler[[api-linebreak]]
views.view.test_view_entity_test_additional_base_field.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_additional_base_field.yml
ViewsBlockBase::addContextualLinks function core/modules/views/src/Plugin/Block/ViewsBlockBase.php Converts Views block content to a renderable array with contextual links.
ViewsEntitySchemaSubscriber::dataTableAddition function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a data table is added.
ViewsEntitySchemaSubscriber::DATA_TABLE_ADDITION constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a data table got added.
ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_ADDITION constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision data table got added.
ViewsEntitySchemaSubscriber::REVISION_TABLE_ADDITION constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a revision table got added.
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition function core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php Tests that adding data tables adapts the views.
ViewsIntegrationTest::testViewsAddResponsiveImageField function core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php Tests integration with Views.
ViewsPluginInterface::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/ViewsPluginInterface.php Moves form elements into fieldsets for presentation purposes.
views_add_contextual_links function core/modules/views/views.module Adds contextual links associated with a view display to a renderable array.
views_ui.add_display.html.twig file core/modules/help_topics/help_topics/views_ui.add_display.html.twig ---
label: 'Adding a new display to an existing view'
related:
- views.overview
- views_ui.edit
---
{% set views = render_var(url('entity.view.collection')) %}
{% set view_edit_topic =…
views_ui_add_ajax_trigger function core/modules/views_ui/admin.inc Converts a form element in the add view wizard to be AJAX-enabled.
views_ui_add_ajax_wrapper function core/modules/views_ui/admin.inc After-build function that adds a wrapper to a form region (for AJAX refreshes).
views_ui_add_limited_validation function core/modules/views_ui/admin.inc Processes a non-JavaScript fallback submit button to limit its validation errors.
views_ui_test_field_form_views_ui_add_handler_form_alter function core/modules/views_ui/tests/modules/views_ui_test_field/views_ui_test_field.module Implements hook_form_FORM_ID_alter() for views_ui_add_handler_form.

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