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
CachedDiscoveryClearerInterface::addCachedDiscovery function core/lib/Drupal/Core/Plugin/CachedDiscoveryClearerInterface.php Adds a plugin manager to the active list.
ChainBreadcrumbBuilderInterface::addBuilder function core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Adds another breadcrumb builder.
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.
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.
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_post_update_add_ip_address_setting().
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().
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.
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/lib/Drupal/Core/Database/Driver/pgsql/Connection.php Add a new savepoint with an unique name.
ConnectionUnitTest::addConnection function core/tests/Drupal/KernelTests/Core/Database/ConnectionUnitTest.php Adds a new database connection info to Database.
ConstraintViolationBuilder::addViolation function core/lib/Drupal/Core/TypedData/Validation/ConstraintViolationBuilder.php
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.
Context::addCacheableDependency function core/lib/Drupal/Core/Plugin/Context/Context.php Adds a dependency on an object: merges its cacheability metadata.
ContextAwarePluginAssignmentTrait::addContextAssignmentElement function core/lib/Drupal/Core/Plugin/ContextAwarePluginAssignmentTrait.php Builds a form element for assigning a context to a given slot.
ContextAwarePluginDefinitionInterface::addContextDefinition function core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php Adds a context to this plugin definition.
ContextAwarePluginDefinitionTrait::addContextDefinition function core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::addContextDefinition().
ContextDefinition::addConstraint function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Adds a validation constraint.
ContextDefinitionInterface::addConstraint function core/lib/Drupal/Component/Plugin/Context/ContextDefinitionInterface.php Adds a validation constraint.
ContextInterface::addCacheableDependency function core/lib/Drupal/Core/Plugin/Context/ContextInterface.php Adds a dependency on an object: merges its cacheability metadata.
Database::addConnectionInfo function core/lib/Drupal/Core/Database/Database.php Adds database connection information for a given key/target.
Database::findDriverAutoloadDirectory function core/lib/Drupal/Core/Database/Database.php Finds the directory to add to the autoloader for the driver's namespace.
DatabaseLegacyTest::testDbAddField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_field() function.
DatabaseLegacyTest::testDbAddIndex function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_index() function.
DatabaseLegacyTest::testDbAddPrimaryKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_primary_key() function.
DatabaseLegacyTest::testDbAddUniqueKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_unique_key() function.
DatabaseTest::$additionalClassloader property core/tests/Drupal/Tests/Core/Database/DatabaseTest.php A classloader to enable testing of contrib drivers.
DatabaseTest::addD8CustomDrivers function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Adds a database driver that uses the D8's Drupal\Driver\Database namespace.
DatabaseTest::addModuleDrivers function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Adds database drivers that are provided by modules.
DatabaseTest::providerFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectory().

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