Search for add

  1. Search 7.x for add
  2. Search 9.5.x for add
  3. Search 8.9.x for add
  4. Search 11.x for add
  5. Other projects
Title Object type File name Summary
Schema::addUniqueKey function core/modules/mysql/src/Driver/Database/mysql/Schema.php Add a unique key.
Schema::addUniqueKey function core/modules/pgsql/src/Driver/Database/pgsql/Schema.php Add a unique key.
Schema::addUniqueKey function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Schema.php Add a unique key.
Schema::addUniqueKey function core/lib/Drupal/Core/Database/Schema.php Add a unique key.
SchemaUniquePrefixedKeysIndexTestBase::testAddField function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests adding a new field with UNIQUE key.
SchemaUniquePrefixedKeysIndexTestBase::testAddUniqueKey function core/tests/Drupal/KernelTests/Core/Database/SchemaUniquePrefixedKeysIndexTestBase.php Tests adding a UNIQUE key to an existing table.
SearchCommentTest::testAddNewComment function core/modules/search/tests/src/Functional/SearchCommentTest.php Verify that 'add new comment' does not appear in search results or index.
SearchPageAddForm class core/modules/search/src/Form/SearchPageAddForm.php Provides a form for adding a search page.
SearchPageAddForm.php file core/modules/search/src/Form/SearchPageAddForm.php
SearchPageAddForm::actions function core/modules/search/src/Form/SearchPageAddForm.php Returns an array of supported actions for the current entity form.
SearchPageAddForm::buildForm function core/modules/search/src/Form/SearchPageAddForm.php Form constructor.
SearchPageAddForm::save function core/modules/search/src/Form/SearchPageAddForm.php Form submission handler for the 'save' action.
SearchPageListBuilder::submitAddSearchPage function core/modules/search/src/SearchPageListBuilder.php Form submission handler for adding a new search page.
SearchPageListBuilder::validateAddSearchPage function core/modules/search/src/SearchPageListBuilder.php Form validation handler for adding a new search page.
SearchQuery::addScore function core/modules/search/src/SearchQuery.php Adds a custom score expression to the search query.
SectionComponent::$additional property core/modules/layout_builder/src/SectionComponent.php Any additional properties and values.
SectionListTrait::addBlankSection function core/modules/layout_builder/src/SectionListTrait.php Adds a blank section to the list.
SectionListTraitTest::testAddBlankSection function core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @covers ::addBlankSection
SectionStorageDefinition::$additional property core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php Any additional properties and values.
Select::addExpression function core/modules/pgsql/src/Driver/Database/pgsql/Select.php Adds an expression to the list of "fields" to be SELECTed.
Select::addExpression function core/lib/Drupal/Core/Database/Query/Select.php Adds an expression to the list of "fields" to be SELECTed.
Select::addField function core/lib/Drupal/Core/Database/Query/Select.php Adds a field to the list to be SELECTed.
Select::addJoin function core/lib/Drupal/Core/Database/Query/Select.php Join against another table in the database.
Select::addMetaData function core/lib/Drupal/Core/Database/Query/Select.php Adds additional metadata to the query.
Select::addTag function core/lib/Drupal/Core/Database/Query/Select.php Adds a tag to a query.
SelectExtender::addExpression function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds an expression to the list of "fields" to be SELECTed.
SelectExtender::addField function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a field to the list to be SELECTed.
SelectExtender::addJoin function core/lib/Drupal/Core/Database/Query/SelectExtender.php Join against another table in the database.
SelectExtender::addMetaData function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds additional metadata to the query.
SelectExtender::addTag function core/lib/Drupal/Core/Database/Query/SelectExtender.php Adds a tag to a query.
SelectInterface::addExpression function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds an expression to the list of "fields" to be SELECTed.
SelectInterface::addField function core/lib/Drupal/Core/Database/Query/SelectInterface.php Adds a field to the list to be SELECTed.
SelectInterface::addJoin function core/lib/Drupal/Core/Database/Query/SelectInterface.php Join against another table in the database.
ShortcutController::addForm function core/modules/shortcut/src/Controller/ShortcutController.php Returns a form to add a new shortcut to a given set.
ShortcutLinksTest::testShortcutLinkAdd function core/modules/shortcut/tests/src/Functional/ShortcutLinksTest.php Tests that creating a shortcut works properly.
ShortcutSetController::addShortcutLinkInline function core/modules/shortcut/src/Controller/ShortcutSetController.php Creates a new link in the provided shortcut set.
ShortcutSetsTest::testShortcutSetAdd function core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php Tests creating a shortcut set.
SimpleAnnotationReader::addNamespace function core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php Adds a namespace in which we will look for annotations.
SimpleConfigLangcodeTest::testLangcodesAddedToSimpleConfig function core/modules/system/tests/src/Functional/Update/SimpleConfigLangcodeTest.php Tests that langcodes are added to simple config objects that need them.
SmartDefaultSettings::addDefaultSettingsForEnabledConfigurablePlugins function core/modules/ckeditor5/src/SmartDefaultSettings.php Adds default settings for all enabled CKEditor 5 plugins.
SmartDefaultSettings::addTagsToSourceEditing function core/modules/ckeditor5/src/SmartDefaultSettings.php
SmartDefaultSettings::addToolbarItemsToMatchHtmlElementsInFormat function core/modules/ckeditor5/src/SmartDefaultSettings.php Adds CKEditor 5 toolbar items to match the format's HTML elements.
SourcePluginBase::$mapRowAdded property core/modules/migrate/src/Plugin/migrate/source/SourcePluginBase.php Flags whether source plugin will read the map row and add to data row.
Sql::addField function core/modules/views/src/Plugin/views/query/Sql.php Adds a field to the query table, possibly with an alias.
Sql::addGroupBy function core/modules/views/src/Plugin/views/query/Sql.php Add a simple GROUP BY clause to the query.
Sql::addHavingExpression function core/modules/views/src/Plugin/views/query/Sql.php Add a complex HAVING clause to the query.
Sql::addOrderBy function core/modules/views/src/Plugin/views/query/Sql.php Add an ORDER BY clause to the query.
Sql::addRelationship function core/modules/views/src/Plugin/views/query/Sql.php Adds a relationship to the query.
Sql::addSignature function core/modules/views/src/Plugin/views/query/Sql.php Add a signature to the query, if such a thing is feasible.
Sql::addTable function core/modules/views/src/Plugin/views/query/Sql.php Add a table to the query, ensuring the path exists.

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