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. Other projects
Title Object type File name Summary
CommentStatistics::create function core/modules/comment/src/CommentStatistics.php Insert an empty record for the given entity.
CommentStatisticsInterface::create function core/modules/comment/src/CommentStatisticsInterface.php Insert an empty record for the given entity.
CommentStorage::createInstance function core/modules/comment/src/CommentStorage.php Instantiates a new instance of this entity handler.
CommentTest::createEntity function core/modules/jsonapi/tests/src/Functional/CommentTest.php Creates the entity to be tested.
CommentTestBase::createCommentType function core/modules/comment/tests/src/Functional/CommentTestBase.php Creates a comment type (bundle).
CommentTranslationUITest::createEntity function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Creates the entity to be translated.
CommentTypeDeleteForm::create function core/modules/comment/src/Form/CommentTypeDeleteForm.php Instantiates a new instance of this class.
CommentTypeForm::create function core/modules/comment/src/CommentTypeForm.php Instantiates a new instance of this class.
CommentTypeListBuilder::createInstance function core/modules/comment/src/CommentTypeListBuilder.php Instantiates a new instance of this entity handler.
CommentTypeResourceTestBase::createEntity function core/modules/comment/tests/src/Functional/Rest/CommentTypeResourceTestBase.php Creates the entity to be tested.
CommentTypeTest::createEntity function core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Creates the entity to be tested.
CommentViewBuilder::createInstance function core/modules/comment/src/CommentViewBuilder.php Instantiates a new instance of this entity handler.
ComponentEntityDisplayBase::create function core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php Instantiates a new instance of the implementing class using autowiring.
ComponentPluginManager::createInstance function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Creates an instance.
ComposerPatchesValidator::createErrorMessage function core/modules/package_manager/src/Validator/ComposerPatchesValidator.php Appends a link to online help to an error message.
ComposerPatchesValidatorTest::providerErrorDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Data provider for testErrorDuringPreCreate().
ComposerPatchesValidatorTest::testErrorDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPatchesValidatorTest.php Tests that the patcher configuration is validated during pre-create.
ComposerPluginsValidatorComplexInvalidTest::testValidationAfterTrustingDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php Tests additional composer plugins can be trusted during pre-create.
ComposerPluginsValidatorComplexInvalidTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorComplexInvalidTest.php Tests composer plugins are validated during pre-create.
ComposerPluginsValidatorInsecureTest::testInsecureConfigurationFailsValidationPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorInsecureTest.php Tests `config.allow-plugins: true` fails validation during pre-create.
ComposerPluginsValidatorSimpleInvalidTest::testValidationAfterTrustingDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php Tests additional composer plugins can be trusted during pre-create.
ComposerPluginsValidatorSimpleInvalidTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleInvalidTest.php Tests composer plugins are validated during pre-create.
ComposerPluginsValidatorSimpleValidTest::testValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorSimpleValidTest.php Tests composer plugins are validated during pre-create.
ComposerPluginsValidatorTestBase::doTestValidationAfterTrustingDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Tests additional composer plugins can be trusted during pre-create.
ComposerPluginsValidatorTestBase::doTestValidationDuringPreCreate function core/modules/package_manager/tests/src/Kernel/ComposerPluginsValidatorTestBase.php Tests composer plugins are validated during pre-create.
ComposerProjectTemplatesTest::provideTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php
ComposerProjectTemplatesTest::testTemplateCreateProject function core/tests/Drupal/BuildTests/Composer/Template/ComposerProjectTemplatesTest.php #[DataProvider('provideTemplateCreateProject')]
ComposerStagerTestTrait::createComposeStagerMessage function core/modules/package_manager/tests/src/Traits/ComposerStagerTestTrait.php Creates a Composer Stager translatable message.
ConditionManager::createInstance function core/lib/Drupal/Core/Condition/ConditionManager.php Creates a plugin instance based on the provided ID and configuration.
Config::create function core/modules/migrate/src/Plugin/migrate/destination/Config.php Instantiates a new instance of the implementing class using autowiring.
ConfigActionManager::createInstance function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Creates a plugin instance based on the provided ID and configuration.
ConfigActionTest::testEntityCreate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the behavior of the entity_create config action.
ConfigController::create function core/modules/config/src/Controller/ConfigController.php Instantiates a new instance of this class.
ConfigDependencies::create function core/modules/rest/src/Entity/ConfigDependencies.php Instantiates a new instance of this class.
ConfigDependencyManager::createGraphConfigEntityDependencies function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Creates a graph of config entity dependencies.
ConfigEntityBase::createDuplicate function core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php Creates a duplicate of the entity.
ConfigEntityBaseUnitTest::testCreateDuplicate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityBaseUnitTest.php Tests create duplicate.
ConfigEntityMapper::create function core/modules/config_translation/src/ConfigEntityMapper.php Instantiates a new instance of the implementing class using autowiring.
ConfigEntityStorage::createFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Creates a configuration entity from storage values.
ConfigEntityStorage::createInstance function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Instantiates a new instance of this entity handler.
ConfigEntityStorage::doCreate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Performs storage-specific creation of entities.
ConfigEntityStorage::importCreate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Creates entities upon synchronizing configuration changes.
ConfigEntityStorage::_doCreateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Helps create a configuration entity from storage values.
ConfigEntityStorageInterface::createFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Creates a configuration entity from storage values.
ConfigEntityStorageTest::testCreate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php Tests create.
ConfigEntityStorageTest::testCreateWithCurrentLanguage function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php Tests create with current language.
ConfigEntityStorageTest::testCreateWithExplicitLanguage function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php Tests create with explicit language.
ConfigEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php Tests create with predefined uuid.
ConfigEntityUpdater::create function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Instantiates a new instance of this class.
ConfigExistsConstraintValidator::create function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php Instantiates a new instance of this class.

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