Search for add

  1. Search 7.x for add
  2. Search 9.5.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
ViewExecutableTest::testAddHandlerWithEntityField function core/modules/views/tests/src/Unit/ViewExecutableTest.php @covers ::addHandler
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_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.
ViewUI::$additionalQueries property core/modules/views_ui/src/ViewUI.php Stores a list of database queries run beside the main one from views.
ViewUI::addCacheableDependency function core/modules/views_ui/src/ViewUI.php Adds a dependency on an object: merges its cacheability metadata.
ViewUI::addCacheContexts function core/modules/views_ui/src/ViewUI.php Adds cache contexts.
ViewUI::addCacheTags function core/modules/views_ui/src/ViewUI.php Adds cache tags.
ViewUI::addDisplay function core/modules/views_ui/src/ViewUI.php Adds a new display handler to the view, automatically creating an ID.
ViewUI::addFormToStack function core/modules/views_ui/src/ViewUI.php Add another form to the stack; clicking 'apply' will go to this form
rather than closing the ajax popup.
ViewUI::submitItemAdd function core/modules/views_ui/src/ViewUI.php Submit handler for adding new item(s) to a view.
WebTestBase::$additionalCurlOptions property core/modules/simpletest/src/WebTestBase.php Additional cURL options.
WebTestBase::addCustomTranslations function core/modules/simpletest/src/WebTestBase.php Queues custom translations to be written to settings.php.
WidgetBase::addMoreAjax function core/lib/Drupal/Core/Field/WidgetBase.php Ajax callback for the "Add another item" button.
WidgetBase::addMoreSubmit function core/lib/Drupal/Core/Field/WidgetBase.php Submission handler for the "Add another item" button.
WizardPluginBase::addDisplays function core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php Adds the array of display options to the view, with appropriate overrides.
WorkflowAddForm class core/modules/workflows/src/Form/WorkflowAddForm.php Form for adding workflows.
WorkflowAddForm.php file core/modules/workflows/src/Form/WorkflowAddForm.php
WorkflowAddForm::$workflowTypePluginManager property core/modules/workflows/src/Form/WorkflowAddForm.php The workflow type plugin manager.
WorkflowAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowAddForm.php Copies top-level form values to entity properties
WorkflowAddForm::create function core/modules/workflows/src/Form/WorkflowAddForm.php Instantiates a new instance of this class.
WorkflowAddForm::form function core/modules/workflows/src/Form/WorkflowAddForm.php Gets the actual form array to be built.
WorkflowAddForm::save function core/modules/workflows/src/Form/WorkflowAddForm.php Form submission handler for the 'save' action.
WorkflowAddForm::__construct function core/modules/workflows/src/Form/WorkflowAddForm.php WorkflowAddForm constructor.
WorkflowStateAddForm class core/modules/workflows/src/Form/WorkflowStateAddForm.php Class WorkflowStateAddForm.
WorkflowStateAddForm.php file core/modules/workflows/src/Form/WorkflowStateAddForm.php
WorkflowStateAddForm::$pluginFormFactory property core/modules/workflows/src/Form/WorkflowStateAddForm.php The plugin form factory.
WorkflowStateAddForm::actions function core/modules/workflows/src/Form/WorkflowStateAddForm.php Returns an array of supported actions for the current entity form.
WorkflowStateAddForm::copyFormValuesToEntity function core/modules/workflows/src/Form/WorkflowStateAddForm.php Copies top-level form values to entity properties
WorkflowStateAddForm::create function core/modules/workflows/src/Form/WorkflowStateAddForm.php Instantiates a new instance of this class.
WorkflowStateAddForm::exists function core/modules/workflows/src/Form/WorkflowStateAddForm.php Determines if the workflow state already exists.
WorkflowStateAddForm::form function core/modules/workflows/src/Form/WorkflowStateAddForm.php Gets the actual form array to be built.
WorkflowStateAddForm::getFormId function core/modules/workflows/src/Form/WorkflowStateAddForm.php Returns a unique string identifying the form.
WorkflowStateAddForm::save function core/modules/workflows/src/Form/WorkflowStateAddForm.php Form submission handler for the 'save' action.
WorkflowStateAddForm::validateForm function core/modules/workflows/src/Form/WorkflowStateAddForm.php Form validation handler.
WorkflowStateAddForm::__construct function core/modules/workflows/src/Form/WorkflowStateAddForm.php Creates an instance of WorkflowStateEditForm.
WorkflowTest::testAddAndHasState function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addState
@covers ::hasState
WorkflowTest::testAddStateException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addState
WorkflowTest::testAddStateInvalidIdException function core/modules/workflows/tests/src/Unit/WorkflowTest.php @covers ::addState

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