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 11.x for add
  6. Other projects
Title Object type File name Summary
NodeCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Each node must have an author.
NodeController::addPage function core/modules/node/src/Controller/NodeController.php Displays add content links for available content types.
NodeController::addPageTitle function core/modules/node/src/Controller/NodeController.php The _title_callback for the node.add route.
NodeCreationTest::testNodeAddPageOrder function core/modules/node/tests/src/Functional/NodeCreationTest.php Tests the order of the node types on the add page.
NodeCreationTest::testNodeAddWithoutContentTypes function core/modules/node/tests/src/Functional/NodeCreationTest.php Check node/add when no node types exist.
NodeRevisionWizardTest::testViewAdd function core/modules/node/tests/src/Functional/Views/Wizard/NodeRevisionWizardTest.php Tests creating a node revision view.
NodeRouteProvider::getAddFormRoute function core/modules/node/src/Entity/NodeRouteProvider.php
NodeRouteProvider::getAddPageRoute function core/modules/node/src/Entity/NodeRouteProvider.php
NodeThemeHooks::preprocessNodeAddList function core/modules/node/src/Hook/NodeThemeHooks.php Prepares variables for list of available node type templates.
NodeTypeTranslationTest::$additionalLangcodes property core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Languages to enable.
NodeWizardTest::testViewAddWithNodeTitles function core/modules/views/tests/src/Functional/Wizard/NodeWizardTest.php Tests creating a view with node titles.
NormalizerBase::addCacheableDependency function core/modules/serialization/src/Normalizer/NormalizerBase.php Adds cacheability if applicable.
NullMatcherDumper::addRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php
OEmbedForm::addButtonSubmit function core/modules/media_library/src/Form/OEmbedForm.php Submit handler for the add button.
OpenerResolver::addOpener function core/modules/media_library/src/OpenerResolver.php Registers an opener.
OriginatorSubscriber::getSiteAddress function core/lib/Drupal/Core/Mailer/EventSubscriber/OriginatorSubscriber.php Returns the site email address.
PackageManagerKernelTestBase::addEventTestListener function core/modules/package_manager/tests/src/Kernel/PackageManagerKernelTestBase.php Adds an event listener on an event for testing purposes.
page--node-add.html.twig file core/themes/admin/templates/page/page--node-add.html.twig {% extends '@admin/page/page.html.twig' %}
page--node-add.html.twig file core/themes/default_admin/templates/page/page--node-add.html.twig {% extends '@default_admin/page/page.html.twig' %}
PerformanceDataCollector::addCacheOperation function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Adds a cache operation.
PerformanceDataCollector::addCacheTagOperation function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Adds a cache tag operation.
PhpStorageTestBase::additionalAssertCRUD function core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php Additional asserts to be run.
PhpStreamWrapperInterface::dir_readdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Read entry from directory handle.
PhpUnitTestDiscovery::addWarning function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Adds warning message generated during the discovery.
Plugin::preAutoloadDump function composer/Plugin/Scaffold/Plugin.php Add vendor classes to Composer's static classmap.
PluginBase::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/PluginBase.php
PredefinedStatesWorkflowTestType::addState function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/PredefinedStatesWorkflowTestType.php
PreprocessHooks::blockContentAddList function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for block_content_add_list.
PreprocessHooks::entityAddList function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for entity_add_list.
PreprocessHooks::itemListMediaLibraryAddFormMediaList function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_item_list__media_library_add_form_media_list().
PreprocessHooks::nodeAddList function core/themes/admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for node_add_list.
PreprocessHooks::preprocessBlockContentAddList function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for block_content_add_list.
PreprocessHooks::preprocessEntityAddList function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for entity_add_list.
PreprocessHooks::preprocessItemListMediaLibraryAddFormMediaList function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_item_list__media_library_add_form_media_list().
PreprocessHooks::preprocessNodeAddList function core/themes/default_admin/src/Hook/PreprocessHooks.php Implements hook_preprocess_HOOK() for node_add_list.
PreviewTest::testPreviewAdditionalInfo function core/modules/views_ui/tests/src/Functional/PreviewTest.php Tests the additional information query info area.
ProjectSecurityData::getAdditionalSecurityCoveredMinors function core/modules/update/src/ProjectSecurityData.php Gets the number of additional minor releases with security coverage.
Query::addSort function core/lib/Drupal/Core/Entity/Query/Sql/Query.php Adds the sort to the build query.
QueryAggregate::addAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the aggregations to the query.
QueryAggregate::addGroupBy function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Adds the group by values to the actual query.
QueryAggregate::addSortAggregate function core/lib/Drupal/Core/Entity/Query/Sql/QueryAggregate.php Builds the aggregation sort part of the query.
QueryBase::addMetaData function core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryBase::addTag function core/lib/Drupal/Core/Entity/Query/QueryBase.php
QueryPluginBase::addSignature function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Add a signature to the query, if such a thing is feasible.
QueryTest::addField function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Adds a new field to a table.
QueryTest::addOrderBy function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Adds an ORDER BY clause to the query.
QueryTest::addWhere function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php Adds a simple WHERE clause to the query.
RefinableCacheableDependencyInterface::addCacheableDependency function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds a dependency on an object: merges its cacheability metadata.
RefinableCacheableDependencyInterface::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache contexts.
RefinableCacheableDependencyInterface::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache tags.

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