Search for add

  1. Search 7.x for add
  2. Search 8.9.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
CacheableResponseTrait::addCacheableDependency function core/lib/Drupal/Core/Cache/CacheableResponseTrait.php
CacheableRouteProviderInterface::addExtraCacheKeyPart function core/lib/Drupal/Core/Routing/CacheableRouteProviderInterface.php Adds a cache key part to be used in the cache ID of the route collection.
CachedDiscoveryClearer::addCachedDiscovery function core/lib/Drupal/Core/ProxyClass/Plugin/CachedDiscoveryClearer.php Adds a plugin manager to the active list.
CachedDiscoveryClearer::addCachedDiscovery function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearer.php Adds a plugin manager to the active list.
CachedDiscoveryClearerInterface::addCachedDiscovery function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Adds a plugin manager to the active list.
CacheTagsInvalidator::addInvalidator function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Adds a cache tags invalidator.
ChainBreadcrumbBuilderInterface::addBuilder function core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Adds another breadcrumb builder.
ChainedPlaceholderStrategy::addPlaceholderStrategy function core/lib/Drupal/Core/Render/Placeholder/ChainedPlaceholderStrategy.php Adds a placeholder strategy to use.
ChainRequestPolicy::addPolicy function core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php Add a policy to the list of policy rules.
ChainRequestPolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php Add a policy to the list of policy rules.
ChainResponsePolicy::addPolicy function core/lib/Drupal/Core/PageCache/ChainResponsePolicy.php Add a policy to the list of policy rules.
ChainResponsePolicy::addPolicy function core/lib/Drupal/Core/ProxyClass/PageCache/ChainResponsePolicy.php Add a policy to the list of policy rules.
ChainResponsePolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Add a policy to the list of policy rules.
CheckProvider::addCheckService function core/lib/Drupal/Core/Access/CheckProvider.php Registers a new AccessCheck by service ID.
CheckProvider::loadDynamicRequirementMap function core/lib/Drupal/Core/Access/CheckProvider.php Compiles a mapping of requirement keys to access checker service IDs.
CheckProviderInterface::addCheckService function core/lib/Drupal/Core/Access/CheckProviderInterface.php Registers a new AccessCheck by service ID.
ckeditor_form_filter_format_add_form_alter function core/modules/ckeditor/ckeditor.module Implements hook_form_FORM_ID_alter().
CommentCacheTagsTest::getAdditionalCacheContextsForEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Returns the additional (non-standard) cache contexts for the tested entity.
CommentCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Each comment must have a comment body, which always has a text format.
CommentManager::addBodyField function core/modules/comment/src/CommentManager.php Creates a comment_body field.
CommentManagerInterface::addBodyField function core/modules/comment/src/CommentManagerInterface.php Creates a comment_body field.
CommentTestTrait::addDefaultCommentField function core/modules/comment/src/Tests/CommentTestTrait.php Adds the default comment field to an entity.
comment_form_field_ui_field_storage_add_form_alter function core/modules/comment/comment.module Implements hook_form_FORM_ID_alter() for field_ui_field_storage_add_form.
ComponentsIsolatedBuildTest::addExpectedRepositories function core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php Adds expected repositories as path repositories to package under test.
Composer::preAutoloadDump function core/lib/Drupal/Core/Composer/Composer.php Add vendor classes to Composer's static classmap.
ConditionPluginCollection::addContext function core/lib/Drupal/Core/Condition/ConditionPluginCollection.php Sets the condition context for a given name.
ConfigCollectionInfo::addCollection function core/lib/Drupal/Core/Config/ConfigCollectionInfo.php Adds a collection to the list of possible collections.
ConfigDependencyDeleteFormTrait::addDependencyListsToForm function core/lib/Drupal/Core/Config/Entity/ConfigDependencyDeleteFormTrait.php Adds form elements to list affected configuration entities.
ConfigEntityBase::addDependency function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Overrides \Drupal\Core\Entity\DependencyTrait:addDependency().
ConfigEntityBaseUnitTest::testAddDependency function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php @covers ::addDependency[[api-linebreak]]
ConfigEntityBundleBase::loadDisplays function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Returns view or form displays for this bundle.
ConfigFactory::addOverride function core/lib/Drupal/Core/Config/ConfigFactory.php Adds config factory override services.
ConfigFactoryInterface::addOverride function core/lib/Drupal/Core/Config/ConfigFactoryInterface.php Adds config factory override services.
ConfigFactoryOverrideBase::addCollections function core/lib/Drupal/Core/Config/ConfigFactoryOverrideBase.php Reacts to the ConfigEvents::COLLECTION_INFO event.
ConfigImportSubscriber::addUninstallValidator function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Adds a module uninstall validator.
config_translation_test_form_config_translation_add_form_alter function core/modules/config_translation/tests/modules/config_translation_test/config_translation_test.module Implements hook_form_FORM_ID_alter() for ConfigTranslationAddForm.
Connection::addRootTransactionEndCallback function core/lib/Drupal/Core/Database/Connection.php Adds a root transaction end callback.
Connection::addSavepoint function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Add a new savepoint with a unique name.
ConstraintViolationBuilder::addViolation function core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php
contact.adding_fields.html.twig file core/modules/help_topics/help_topics/contact.adding_fields.html.twig ---
label: 'Managing the fields of contact forms'
related:
- contact.overview
---
{% set contact_link_text %}{% trans %}Contact forms{% endtrans %}{% endset %}
{% set contact_link = render_var(help_route_link(contact_link_text,…
ContainerAwareEventDispatcher::addListener function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::addSubscriber function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcherTest::testAddListener function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testAddSubscriber function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testAddSubscriberWithMultipleListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testAddSubscriberWithPriorities function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContentEntityBase::addTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php Adds a new translation to the translatable object.
ContentEntityForm::addRevisionableFormFields function core/lib/Drupal/Core/Entity/ContentEntityForm.php Add revision form fields if the entity enabled the UI.

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