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
ModuleHandler::addProfile function core/lib/Drupal/Core/Extension/ModuleHandler.php Adds an installation profile to the list of currently active modules.
ModuleHandlerInterface::addModule function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Adds a module to the list of currently active modules.
ModuleHandlerInterface::addProfile function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Adds an installation profile to the list of currently active modules.
ModuleHandlerTest::testAddModule function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests adding a module.
ModuleHandlerTest::testAddProfile function core/tests/Drupal/Tests/Core/Extension/ModuleHandlerTest.php Tests adding a profile.
ModuleInstaller::addUninstallValidator function core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php Adds a module uninstall validator.
ModuleInstaller::addUninstallValidator function core/lib/Drupal/Core/Extension/ModuleInstaller.php Adds a module uninstall validator.
ModuleInstallerInterface::addUninstallValidator function core/lib/Drupal/Core/Extension/ModuleInstallerInterface.php Adds a module uninstall validator.
module_handler_test_added.hook.inc file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc Include file for test module.
module_handler_test_added.info.yml file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.info.yml
module_handler_test_added.module file core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module Test module.
module_handler_test_added_helper function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.module Test function.
module_handler_test_added_hook function core/tests/Drupal/Tests/Core/Extension/modules/module_handler_test_added/module_handler_test_added.hook.inc Test function.
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/seven/templates/node-add-list.html.twig Seven's theme implementation 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/bartik/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/stable/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/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/themes/classy/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.css file core/themes/seven/css/layout/node-add.css .layout-region-node-footer__content {
margin-top: 1.5em;
padding-top: 0.5em;
border-top: 1px solid #bebfb9;
}

/**
* Widescreen
*
* Both of the following media queries must *exactly* match what is in
* node.module.css. This is rather crazy.
node-add.css file core/themes/claro/css/layout/node-add.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/

/**
* Layout overrides for node add/edit form.
*/

.layout-region {
box-sizing:…
node-add.pcss.css file core/themes/claro/css/layout/node-add.pcss.css /**
* Layout overrides for node add/edit form.
*/

@import "../base/variables.pcss.css";

:root {
--node-meta-width: 22.5rem;
--node-meta-xl-width: 25vw;
}

.layout-region {
box-sizing: border-box;
}

.layout-region--node-footer…
NodeAddAccessCheck class core/modules/node/src/Access/NodeAddAccessCheck.php Determines access to for node add pages.
NodeAddAccessCheck.php file core/modules/node/src/Access/NodeAddAccessCheck.php
NodeAddAccessCheck::$entityTypeManager property core/modules/node/src/Access/NodeAddAccessCheck.php The entity type manager.
NodeAddAccessCheck::access function core/modules/node/src/Access/NodeAddAccessCheck.php Checks access to the node add page for the node type.
NodeAddAccessCheck::__construct function core/modules/node/src/Access/NodeAddAccessCheck.php Constructs an EntityCreateAccessCheck object.
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.
NodeSearch::addNodeRankings function core/modules/node/src/Plugin/Search/NodeSearch.php Adds the configured rankings to the search query.
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_access_test_add_field function core/modules/node/tests/modules/node_access_test/node_access_test.module Adds the private field to a node type.
node_add_body_field function core/modules/node/node.module Adds the default body field to a node type.
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.
OpmlFeedAdd class core/modules/aggregator/src/Form/OpmlFeedAdd.php Imports feeds from OPML.
OpmlFeedAdd.php file core/modules/aggregator/src/Form/OpmlFeedAdd.php
OpmlFeedAdd::$feedStorage property core/modules/aggregator/src/Form/OpmlFeedAdd.php The feed storage.
OpmlFeedAdd::$httpClient property core/modules/aggregator/src/Form/OpmlFeedAdd.php The HTTP client to fetch the feed data with.

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