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 10.3.x for add
  5. Search main for add
  6. Other projects
Title Object type File name Summary
CacheTagsInvalidator::addInvalidator function core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php Adds a cache tags invalidator.
Callbacks::advancedCommandsAddCssCallback function core/modules/system/tests/modules/ajax_forms_test/src/Callbacks.php Ajax callback for 'add_css'.
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.
ChainEntityResolver::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolver.php Adds an entity resolver.
ChainEntityResolverInterface::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php Adds an entity resolver.
ChainEntityResolverTest::testResolverWithNoneResolvedUsingAddResolver function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Tests the resolve method with no matching resolvers, using addResolver.
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/ProxyClass/PageCache/ChainResponsePolicy.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.
CheckpointListInterface::add function core/lib/Drupal/Core/Config/Checkpoint/CheckpointListInterface.php Adds a new checkpoint.
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.
CKEditor5AllowedTagsTest::testImgAddedViaUploadPlugin function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5AllowedTagsTest.php Tests that the img tag is added after enabling image uploads.
CKEditor5TestBase::addNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Add and save a new text format using CKEditor 5.
ClaroHooks::formMediaLibraryAddFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_BASE_FORM_ID_alter() for media_library_add_form.
ClaroHooks::formMediaLibraryAddFormOembedAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for media_library_add_form_oembed.
ClaroHooks::formMediaLibraryAddFormUploadAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for media_library_add_form_upload.
ClaroHooks::formViewsUiAddHandlerFormAlter function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_form_FORM_ID_alter() for Views UI add handler form.
ClaroHooks::preprocessBlockContentAddList function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for block_content_add_list.
ClaroHooks::preprocessEntityAddList function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for entity_add_list.
ClaroHooks::preprocessItemListMediaLibraryAddFormMediaList function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for item_list__media_library_add_form_media_list.
ClaroHooks::preprocessNodeAddList function core/themes/claro/src/Hook/ClaroHooks.php Implements hook_preprocess_HOOK() for node_add_list.
ClaroModalDisplayTest::testModalAddAnother function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroModalDisplayTest.php Tests the position f "add another" button in dialogs.
CollectPathsToExcludeEvent::add function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php
CollectPathsToExcludeEvent::addPathsRelativeToProjectRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the project root.
CollectPathsToExcludeEvent::addPathsRelativeToWebRoot function core/modules/package_manager/src/Event/CollectPathsToExcludeEvent.php Flags paths to be ignored, relative to the web root.
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.
ComponentsIsolatedBuildTest::addExpectedRepositories function core/tests/Drupal/BuildTests/Composer/Component/ComponentsIsolatedBuildTest.php Adds expected repositories as path repositories to package under test.
ComponentsTwigExtension::addAdditionalContext function core/lib/Drupal/Core/Template/ComponentsTwigExtension.php Appends additional context to the template based on the template id.
ComponentsTwigExtension::mergeAdditionalRenderContext function core/lib/Drupal/Core/Template/ComponentsTwigExtension.php Calculates additional context for this template.
Composer::preAutoloadDump function core/lib/Drupal/Core/Composer/Composer.php Add vendor classes to Composer's static classmap.
ComposerPluginsValidator::$additionalTrustedComposerPlugins property core/modules/package_manager/src/Validator/ComposerPluginsValidator.php The additional trusted Composer plugin package names.
ComposerPluginsValidatorInsecureTest::testAddDisallowedPlugin function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php Tests adding a plugin that's not allowed by the allow-plugins config.
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 Tests add dependency.
ConfigEntityBundleBase::loadDisplays function core/lib/Drupal/Core/Config/Entity/ConfigEntityBundleBase.php Returns view or form displays for this bundle.
ConfigEntityTest::testAjaxOnAddPage function core/modules/config/tests/src/FunctionalJavascript/ConfigEntityTest.php Tests ajax operations through the UI on 'Add' page.
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.

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