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
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.
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.
SectionStorageTrait::addBlankSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php Adds a blank section to the list.
Select::addExpression function core/lib/Drupal/Core/Database/Driver/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.
SelectProfileForm::addUmamiWarning function core/lib/Drupal/Core/Installer/Form/SelectProfileForm.php Show profile warning if 'demo_umami' profile is selected.
seven_form_media_library_add_form_alter function core/themes/seven/seven.theme Implements hook_form_BASE_FORM_ID_alter().
seven_form_media_library_add_form_oembed_alter function core/themes/seven/seven.theme Implements hook_form_FORM_ID_alter().
seven_form_media_library_add_form_upload_alter function core/themes/seven/seven.theme Implements hook_form_FORM_ID_alter().
seven_preprocess_block_content_add_list function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for block content add list templates.
seven_preprocess_item_list__media_library_add_form_media_list function core/themes/seven/seven.theme Implements hook_preprocess_item_list__media_library_add_form_media_list().
seven_preprocess_node_add_list function core/themes/seven/seven.theme Implements hook_preprocess_HOOK() for list of available node type templates.
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.
SimpletestResultsForm::addResultForm function core/modules/simpletest/src/Form/SimpletestResultsForm.php Adds the result form to a $form.
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 Add a field to the query table, possibly with an alias. This will
automatically call ensureTable to make sure the required table
exists, *unless* $table is unset.
Sql::addGroupBy function core/modules/views/src/Plugin/views/query/Sql.php Add a simple GROUP BY clause to the query. The caller is responsible
for ensuring that the fields are fully qualified and the table is properly
added.
Sql::addHavingExpression function core/modules/views/src/Plugin/views/query/Sql.php Add a complex HAVING clause to the query.
The caller is responsible for ensuring that all fields are fully qualified
(TABLE.FIELD) and that the table and an appropriate GROUP BY already exist in the query.
Internally the dbtng method…
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 A relationship is an alternative endpoint to a series of table
joins. Relationships must be aliases of the primary table and
they must join either to the primary table or to a pre-existing
relationship.
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.
Sql::addTag function core/modules/views/src/Plugin/views/query/Sql.php Adds a query tag to the sql object.
Sql::addWhere function core/modules/views/src/Plugin/views/query/Sql.php Add a simple WHERE clause to the query. The caller is responsible for
ensuring that all fields are fully qualified (TABLE.FIELD) and that
the table already exists in the query.
Sql::addWhereExpression function core/modules/views/src/Plugin/views/query/Sql.php Add a complex WHERE clause to the query.
SqlContentEntityStorageSchema::addIndex function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates an index, dropping it if already existing.
SqlContentEntityStorageSchema::addSharedTableFieldForeignKey function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Adds a foreign key for the specified field to the given schema definition.
SqlContentEntityStorageSchema::addSharedTableFieldIndex function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Adds an index for the specified field to the given schema definition.

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