Search for create

  1. Search 7.x for create
  2. Search 9.5.x for create
  3. Search 8.9.x for create
  4. Search 10.3.x for create
  5. Search main for create
  6. Other projects
Title Object type File name Summary
ModerationStateTestBase::grantUserPermissionToCreateContentOfType function core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php Grants given user permission to create content of given type.
ModuleInstallBatchTest::testLoadingEntitiesCreatedInBatch function core/tests/Drupal/FunctionalTests/Core/Test/ModuleInstallBatchTest.php Tests loading entities created in a batch in test_batch_test_install().
ModulesListConfirmForm::create function core/modules/system/src/Form/ModulesListConfirmForm.php Instantiates a new instance of the implementing class using autowiring.
ModulesListForm::create function core/modules/system/src/Form/ModulesListForm.php Instantiates a new instance of the implementing class using autowiring.
ModulesListNonStableConfirmForm::create function core/modules/system/src/Form/ModulesListNonStableConfirmForm.php Instantiates a new instance of the implementing class using autowiring.
ModulesUninstallConfirmForm::create function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Instantiates a new instance of the implementing class using autowiring.
ModulesUninstallForm::create function core/modules/system/src/Form/ModulesUninstallForm.php Instantiates a new instance of the implementing class using autowiring.
MoveBlockController::create function core/modules/layout_builder/src/Controller/MoveBlockController.php Instantiates a new instance of this class.
MoveBlockForm::create function core/modules/layout_builder/src/Form/MoveBlockForm.php Instantiates a new instance of the implementing class using autowiring.
NavigationContentLinks::addCreateEntityLinks function core/modules/navigation/src/NavigationContentLinks.php Add create links for an entity type.
NavigationContentLinks::create function core/modules/navigation/src/NavigationContentLinks.php Instantiates a new instance of this class.
NavigationMenuBlock::create function core/modules/navigation/src/Plugin/Block/NavigationMenuBlock.php Instantiates a new instance of the implementing class using autowiring.
NegotiationBrowserForm::create function core/modules/language/src/Form/NegotiationBrowserForm.php Instantiates a new instance of the implementing class using autowiring.
NegotiationConfigureForm::create function core/modules/language/src/Form/NegotiationConfigureForm.php Instantiates a new instance of the implementing class using autowiring.
NegotiationUrlForm::create function core/modules/language/src/Form/NegotiationUrlForm.php Instantiates a new instance of the implementing class using autowiring.
Node::$createdColumn property core/modules/node/src/Plugin/views/wizard/Node.php Set the created column.
Node::create function core/modules/node/src/Plugin/migrate/source/d6/Node.php Instantiates a new instance of the implementing class using autowiring.
Node::create function core/modules/node/src/Plugin/migrate/source/d7/Node.php Instantiates a new instance of the implementing class using autowiring.
Node::getCreatedTime function core/modules/node/src/Entity/Node.php Gets the node creation timestamp.
Node::setCreatedTime function core/modules/node/src/Entity/Node.php Sets the node creation timestamp.
NodeAccessControlHandler::checkCreateAccess function core/modules/node/src/NodeAccessControlHandler.php Performs create access checks.
NodeAccessControlHandler::createAccess function core/modules/node/src/NodeAccessControlHandler.php Checks access to create an entity.
NodeAccessControlHandler::createInstance function core/modules/node/src/NodeAccessControlHandler.php Instantiates a new instance of this entity handler.
NodeAccessTestBase::assertNodeCreateAccess function core/modules/node/tests/src/Kernel/NodeAccessTestBase.php Asserts that node create access correctly grants or denies access.
NodeCacheTagsTest::createEntity function core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Creates the entity to be tested.
NodeCreated class core/modules/node/src/Plugin/views/argument_default/NodeCreated.php Provides the created time of the current node as default argument value.
NodeCreated.php file core/modules/node/src/Plugin/views/argument_default/NodeCreated.php
NodeCreated::getNodeDateValue function core/modules/node/src/Plugin/views/argument_default/NodeCreated.php Gets a timestamp value from the passed node.
NodeCreationTest::testNodeCreateExceptionHandling function core/modules/node/tests/src/Functional/NodeCreationTest.php Tests exception handling when saving a node through the form.
NodeCreationTrait::createNode function core/modules/node/tests/src/Traits/NodeCreationTrait.php Creates a node based on default settings.
NodeDateArgumentDefaultPluginBase::create function core/modules/node/src/Plugin/views/argument_default/NodeDateArgumentDefaultPluginBase.php Instantiates a new instance of the implementing class using autowiring.
NodeForm::create function core/modules/node/src/Form/NodeForm.php Instantiates a new instance of the implementing class using autowiring.
NodeImportCreateTest class core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Create content types during config create method invocation.
NodeImportCreateTest.php file core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php
NodeImportCreateTest::$modules property core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Modules to install.
NodeImportCreateTest::setUp function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Set the default field storage backend for fields created during tests.
NodeImportCreateTest::testImportCreate function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Tests creating a content type during config import.
NodeImportCreateTest::testImportCreateDefault function core/modules/node/tests/src/Kernel/Config/NodeImportCreateTest.php Tests creating a content type during default config import.
NodeInterface::getCreatedTime function core/modules/node/src/NodeInterface.php Gets the node creation timestamp.
NodeInterface::setCreatedTime function core/modules/node/src/NodeInterface.php Sets the node creation timestamp.
NodeListBuilder::createInstance function core/modules/node/src/NodeListBuilder.php Instantiates a new instance of this entity handler.
NodeModerationHandler::createInstance function core/modules/content_moderation/src/Entity/Handler/NodeModerationHandler.php Instantiates a new instance of this entity handler.
NodePreviewController::create function core/modules/node/src/Controller/NodePreviewController.php Instantiates a new instance of this class.
NodeRequirementsStatusFilterWarningTest::createTestView function core/modules/node/tests/src/Kernel/NodeRequirementsStatusFilterWarningTest.php Helper method to create a test view.
NodeResourceTestBase::createEntity function core/modules/node/tests/src/Functional/Rest/NodeResourceTestBase.php Creates the entity to be tested.
NodeRevision::$createdColumn property core/modules/node/src/Plugin/views/wizard/NodeRevision.php Set the created column.
NodeRevisionDeleteForm::create function core/modules/node/src/Form/NodeRevisionDeleteForm.php Instantiates a new instance of the implementing class using autowiring.
NodeRevisionRevertForm::create function core/modules/node/src/Form/NodeRevisionRevertForm.php Instantiates a new instance of the implementing class using autowiring.
NodeRevisionRevertTranslationForm::create function core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php Instantiates a new instance of the implementing class using autowiring.
NodeRevisionsAllTest::createNodeRevision function core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php Creates a new revision for a given node.

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