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
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 Adds a simple WHERE clause to the query.
Sql::addWhereExpression function core/modules/views/src/Plugin/views/query/Sql.php Adds 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.
SqlContentEntityStorageSchema::addSharedTableFieldUniqueKey function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Adds a unique key for the specified field to the given schema definition.
SqlContentEntityStorageSchema::addTableDefaults function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Adds defaults to a table schema definition.
SqlContentEntityStorageSchema::addUniqueKey function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates a unique key, dropping it if already existing.
StorageComparer::addChangeList function core/lib/Drupal/Core/Config/StorageComparer.php Adds changes to the changelist.
StorageComparer::addChangelistCreate function core/lib/Drupal/Core/Config/StorageComparer.php Creates the create changelist.
StorageComparer::addChangelistDelete function core/lib/Drupal/Core/Config/StorageComparer.php Creates the delete changelist.
StorageComparer::addChangelistRename function core/lib/Drupal/Core/Config/StorageComparer.php Creates the rename changelist.
StorageComparer::addChangelistUpdate function core/lib/Drupal/Core/Config/StorageComparer.php Creates the update changelist.
StreamWrapperManager::addStreamWrapper function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Adds a stream wrapper.
StringBase::addLocation function core/modules/locale/src/StringBase.php Adds a location for this string.
StringInterface::addLocation function core/modules/locale/src/StringInterface.php Adds a location for this string.
StubTestSuiteBase::addTestFiles function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
StyleSerializerEntityTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerEntityTest.php Sets up a request on the request stack with a specified format.
StyleSerializerTest::addRequestWithFormat function core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php Sets up a request on the request stack with a specified format.
SvgIconBuilder::$padding property core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php The padding between regions.
SvgIconBuilder::setPadding function core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php
system_post_update_add_description_to_entity_form_mode function core/modules/system/system.post_update.php Update description for form modes.
system_post_update_add_description_to_entity_view_mode function core/modules/system/system.post_update.php Update description for view modes.
system_post_update_add_langcode_to_all_translatable_config function core/modules/system/system.post_update.php Adds a langcode to all simple config which needs it.
Tables::addField function core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Adds a field to a database query.
Tables::addField function core/modules/workspaces/src/EntityQuery/Tables.php Adds a field to a database query.
Tables::addJoin function core/modules/workspaces/src/EntityQuery/Tables.php Adds a join to a given table.
Tables::addJoin function core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Adds a join to a given table.
Tables::addNextBaseTable function core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Add the next entity base table.
Tables::addNextBaseTable function core/modules/workspaces/src/EntityQuery/Tables.php Add the next entity base table.
Tables::addWorkspaceAssociationJoin function core/modules/workspaces/src/EntityQuery/Tables.php Adds a new join to the 'workspace_association' table for an entity base table.
TablesInterface::addField function core/lib/Drupal/Core/Entity/Query/Sql/TablesInterface.php Adds a field to a database query.
Tar::add function core/lib/Drupal/Core/Archiver/Tar.php Adds the specified file or directory to the archive.
TaxonomyController::addForm function core/modules/taxonomy/src/Controller/TaxonomyController.php Returns a form to add a new term to a vocabulary.
TaxonomyIndexDepthQueryTrait::addSubQueryJoin function core/modules/taxonomy/src/TaxonomyIndexDepthQueryTrait.php Builds a performant depth subquery and adds it as a join to the query.
TaxonomyIndexTid::addSelfTokens function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Add any special tokens this field might use for itself.
template_preprocess_block_content_add_list function core/modules/block_content/block_content.pages.inc Prepares variables for a block type creation list templates.
template_preprocess_entity_add_list function core/modules/system/system.module Prepares variables for the list of available bundles.
template_preprocess_node_add_list function core/modules/node/node.module Prepares variables for list of available node type templates.
TemporaryJsonapiFileFieldUploader::streamUploadData function core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php Streams file upload data to temporary file and moves to file destination.
TemporaryQueryGuard::addConditionFieldPrefix function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Prefixes all fields in an EntityConditionGroup.
TermParentsTest::submitAddTermForm function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Creates a term through the user interface and returns it.
TermParentsTest::testAddWithParents function core/modules/taxonomy/tests/src/Functional/TermParentsTest.php Tests specifying parents when creating terms.
TestAddForm class core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php Test add form.
TestAddForm.php file core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php
TestAddForm::buildInputElement function core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php Builds the element for submitting source field value(s).
TestAddForm::getFormId function core/modules/media_library/tests/modules/media_library_form_overwrite_test/src/Form/TestAddForm.php Returns a unique string identifying the form.
TestConfigFactoryOverrideBase::addCollections function core/tests/Drupal/Tests/Core/Config/ConfigFactoryOverrideBaseTest.php Reacts to the ConfigCollectionEvents::COLLECTION_INFO event.
TestDefaultHtmlRouteProvider::getAddFormRoute function core/tests/Drupal/Tests/Core/Entity/Routing/DefaultHtmlRouteProviderTest.php Gets the add-form route.

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