Search for add
Title | Object type | File name | Summary |
---|---|---|---|
SearchPageAddForm::buildForm | function | core/ |
Form constructor. |
SearchPageAddForm::save | function | core/ |
Form submission handler for the 'save' action. |
SearchPageListBuilder::submitAddSearchPage | function | core/ |
Form submission handler for adding a new search page. |
SearchPageListBuilder::validateAddSearchPage | function | core/ |
Form validation handler for adding a new search page. |
SearchQuery::addScore | function | core/ |
Adds a custom score expression to the search query. |
SectionComponent::$additional | property | core/ |
Any additional properties and values. |
SectionListTraitTest::testAddBlankSection | function | core/ |
@covers ::addBlankSection |
SectionStorageDefinition::$additional | property | core/ |
Any additional properties and values. |
SectionStorageTrait::addBlankSection | function | core/ |
Adds a blank section to the list. |
Select::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
Select::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
Select::addField | function | core/ |
Adds a field to the list to be SELECTed. |
Select::addJoin | function | core/ |
Join against another table in the database. |
Select::addMetaData | function | core/ |
Adds additional metadata to the query. |
Select::addTag | function | core/ |
Adds a tag to a query. |
SelectExtender::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectExtender::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectExtender::addJoin | function | core/ |
Join against another table in the database. |
SelectExtender::addMetaData | function | core/ |
Adds additional metadata to the query. |
SelectExtender::addTag | function | core/ |
Adds a tag to a query. |
SelectInterface::addExpression | function | core/ |
Adds an expression to the list of "fields" to be SELECTed. |
SelectInterface::addField | function | core/ |
Adds a field to the list to be SELECTed. |
SelectInterface::addJoin | function | core/ |
Join against another table in the database. |
SelectProfileForm::addUmamiWarning | function | core/ |
Show profile warning if 'demo_umami' profile is selected. |
seven_form_media_library_add_form_alter | function | core/ |
Implements hook_form_BASE_FORM_ID_alter(). |
seven_form_media_library_add_form_oembed_alter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
seven_form_media_library_add_form_upload_alter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
seven_preprocess_block_content_add_list | function | core/ |
Implements hook_preprocess_HOOK() for block content add list templates. |
seven_preprocess_item_list__media_library_add_form_media_list | function | core/ |
Implements hook_preprocess_item_list__media_library_add_form_media_list(). |
seven_preprocess_node_add_list | function | core/ |
Implements hook_preprocess_HOOK() for list of available node type templates. |
ShortcutController::addForm | function | core/ |
Returns a form to add a new shortcut to a given set. |
ShortcutLinksTest::testShortcutLinkAdd | function | core/ |
Tests that creating a shortcut works properly. |
ShortcutSetController::addShortcutLinkInline | function | core/ |
Creates a new link in the provided shortcut set. |
ShortcutSetsTest::testShortcutSetAdd | function | core/ |
Tests creating a shortcut set. |
SimpleAnnotationReader::addNamespace | function | core/ |
Adds a namespace in which we will look for annotations. |
SimpletestResultsForm::addResultForm | function | core/ |
Adds the result form to a $form. |
SourcePluginBase::$mapRowAdded | property | core/ |
Flags whether source plugin will read the map row and add to data row. |
Sql::addField | function | core/ |
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/ |
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/ |
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/ |
Add an ORDER BY clause to the query. |
Sql::addRelationship | function | core/ |
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/ |
Add a signature to the query, if such a thing is feasible. |
Sql::addTable | function | core/ |
Add a table to the query, ensuring the path exists. |
Sql::addTag | function | core/ |
Adds a query tag to the sql object. |
Sql::addWhere | function | core/ |
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/ |
Add a complex WHERE clause to the query. |
SqlContentEntityStorageSchema::addIndex | function | core/ |
Creates an index, dropping it if already existing. |
SqlContentEntityStorageSchema::addSharedTableFieldForeignKey | function | core/ |
Adds a foreign key for the specified field to the given schema definition. |
SqlContentEntityStorageSchema::addSharedTableFieldIndex | function | core/ |
Adds an index for the specified field to the given schema definition. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.