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
NavigationContentLinks::addLink function core/modules/navigation/src/NavigationContentLinks.php Ensure a route exists and add the link.
NavigationContentLinks::addMenuLinks function core/modules/navigation/src/NavigationContentLinks.php Add links to the Content menu, based on enabled modules.
NavigationMenuLinkTreeManipulators::addOverviewLink function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Adds "overview" menu tree element as child of a menu tree element.
NavigationMenuLinkTreeManipulators::addSecondLevelOverviewLinks function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Adds an "overview" child link to second level menu links with children.
NavigationMenuLinkTreeManipulators::shouldAddOverviewLink function core/modules/navigation/src/Menu/NavigationMenuLinkTreeManipulators.php Whether a menu tree element should have an overview link added to it.
NavigationMenuLinkTreeManipulatorsTest::testAddSecondLevelOverviewLinks function core/modules/navigation/tests/src/Unit/NavigationMenuLinkTreeManipulatorsTest.php Tests the addSecondLevelOverviewLinks() tree manipulator.
node-add-list.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/content-edit/node-add-list.html.twig Theme override to list node types available for adding content.
node-add-list.html.twig file core/themes/stable9/templates/content-edit/node-add-list.html.twig Theme override to list node types available for adding content.
node-add-list.html.twig file core/themes/claro/templates/node-add-list.html.twig Claro's theme implementation to list node types available for adding content.
node-add-list.html.twig file core/themes/starterkit_theme/templates/content-edit/node-add-list.html.twig Theme override to list node types available for adding content.
node-add-list.html.twig file core/modules/node/templates/node-add-list.html.twig Default theme implementation to list node types available for adding content.
node-add-list.html.twig file core/themes/admin/templates/admin/node-add-list.html.twig Admin theme implementation to list node types available for adding content.
node-add-list.html.twig file core/themes/default_admin/templates/admin/node-add-list.html.twig Default Admin implementation to list node types available for adding content.
NodeAccessTrait::addPrivateField function core/modules/node/tests/src/Traits/NodeAccessTrait.php Adds the private field to a node type.
NodeAliasedRouteTest::testNodeAddPageRouteAlias function core/modules/node/tests/src/Kernel/NodeAliasedRouteTest.php Test URL generation using node.add_page matches entity.node.add_page.
NodeAliasedRouteTest::testNodeAddRouteAlias function core/modules/node/tests/src/Kernel/NodeAliasedRouteTest.php Test URL generation using node.add matches entity.node.add_form.
NodeCacheTagsTest::getAdditionalCacheContextsForEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional (non-standard) cache contexts for the tested entity.
NodeCacheTagsTest::getAdditionalCacheContextsForEntityListing function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Returns the additional cache tags for the tested entity's listing by type.
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 Gets the add-form route.
NodeRouteProvider::getAddPageRoute function core/modules/node/src/Entity/NodeRouteProvider.php Gets the add page route.
NodeSearch::addNodeRankings function core/modules/node/src/Plugin/Search/NodeSearch.php Adds the configured rankings to the search query.
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.
node_add_body_field function core/modules/node/node.module Adds the default body field to a node type.
node_post_update_add_rebuild_permission_to_roles function core/modules/node/node.post_update.php Grants a new permission for rebuilding node access permissions.
NormalizerBase::addCacheableDependency function core/modules/serialization/src/Normalizer/NormalizerBase.php Adds cacheability if applicable.
NullMatcherDumper::addRoutes function core/lib/Drupal/Core/Routing/NullMatcherDumper.php Adds additional routes to be dumped.
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' %}
PathProcessorManager::addInbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Adds an inbound processor object to the $inboundProcessors property.
PathProcessorManager::addOutbound function core/lib/Drupal/Core/PathProcessor/PathProcessorManager.php Adds an outbound processor object to the $outboundProcessors property.
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 Moves form elements into fieldsets for presentation purposes.
PredefinedStatesWorkflowTestType::addState function core/modules/workflows/tests/modules/workflow_type_test/src/Plugin/WorkflowType/PredefinedStatesWorkflowTestType.php Adds a state to the workflow.

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