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
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 @covers ::createDuplicate[[api-linebreak]]
ConfigEntityMapper::create function core/modules/config_translation/src/ConfigEntityMapper.php Creates an instance of the plugin.
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 @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
ConfigEntityStorageTest::testCreateWithCurrentLanguage function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
ConfigEntityStorageTest::testCreateWithExplicitLanguage function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
ConfigEntityStorageTest::testCreateWithPredefinedUuid function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::create[[api-linebreak]]
@covers ::doCreate[[api-linebreak]]
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.
ConfigFactory::createConfigObject function core/lib/Drupal/Core/Config/ConfigFactory.php Creates a configuration object.
ConfigFactoryOverrideInterface::createConfigObject function core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php Creates a configuration object for use during install and synchronization.
ConfigFormBase::create function core/lib/Drupal/Core/Form/ConfigFormBase.php Instantiates a new instance of this class.
ConfigImporter::createExtensionChangelist function core/lib/Drupal/Core/Config/ConfigImporter.php Populates the extension change list.
ConfigImportForm::create function core/modules/config/src/Form/ConfigImportForm.php Instantiates a new instance of this class.
ConfigImportRecreateTest class core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php Tests importing recreated configuration entities.
ConfigImportRecreateTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRecreateTest::$configImporter property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php Config Importer object used for testing.
ConfigImportRecreateTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php Modules to install.
ConfigImportRecreateTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php
ConfigImportRecreateTest::testRecreateEntity function core/tests/Drupal/KernelTests/Core/Config/ConfigImportRecreateTest.php Tests re-creating a config entity with the same name but different UUID.
ConfigInstallDependencyTestHooks::configTestCreate function core/modules/config/tests/config_install_dependency_test/src/Hook/ConfigInstallDependencyTestHooks.php Implements hook_ENTITY_TYPE_create().
ConfigInstaller::createConfiguration function core/lib/Drupal/Core/Config/ConfigInstaller.php Creates configuration in a collection based on the provided list.
ConfigInstaller::getConfigToCreate function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets configuration data from the provided storage to create.
ConfigManager::createSnapshot function core/lib/Drupal/Core/Config/ConfigManager.php Creates a configuration snapshot following a successful import.
ConfigManagerInterface::createSnapshot function core/lib/Drupal/Core/Config/ConfigManagerInterface.php Creates a configuration snapshot following a successful import.
ConfigNamesMapper::create function core/modules/config_translation/src/ConfigNamesMapper.php Creates an instance of the plugin.
ConfigOverride::createConfigObject function core/lib/Drupal/Core/Installer/ConfigOverride.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::createConfigObject function core/modules/user/tests/modules/user_config_override_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::createConfigObject function core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::createConfigObject function core/modules/config/tests/config_override_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverrider::createConfigObject function core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php Creates a configuration object for use during install and synchronization.
ConfigOverriderLowPriority::createConfigObject function core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php Creates a configuration object for use during install and synchronization.
ConfigSingleExportForm::create function core/modules/config/src/Form/ConfigSingleExportForm.php Instantiates a new instance of this class.
ConfigSingleImportForm::create function core/modules/config/src/Form/ConfigSingleImportForm.php Instantiates a new instance of this class.
ConfigSync::create function core/modules/config/src/Form/ConfigSync.php Instantiates a new instance of this class.
ConfigTestAccessControlHandler::checkCreateAccess function core/modules/config/tests/config_test/src/ConfigTestAccessControlHandler.php Performs create access checks.
ConfigTestHooksHooks::configTestCreate function core/modules/config/tests/config_test/src/Hook/ConfigTestHooksHooks.php Implements hook_ENTITY_TYPE_create() for 'config_test'.
ConfigTestPermissions::create function core/modules/config/tests/config_test/src/ConfigTestPermissions.php Instantiates a new instance of this class.
ConfigTestResourceTestBase::createEntity function core/modules/config/tests/config_test/tests/src/Functional/Rest/ConfigTestResourceTestBase.php Creates the entity to be tested.
ConfigTestStorage::importCreate function core/modules/config/tests/config_test/src/ConfigTestStorage.php Creates entities upon synchronizing configuration changes.
ConfigTestTest::createEntity function core/modules/jsonapi/tests/src/Functional/ConfigTestTest.php Creates the entity to be tested.

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