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
ConfigTranslationFieldListBuilder::createInstance function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Instantiates a new instance of this entity handler.
ConfigTranslationFormBase::create function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Instantiates a new instance of this class.
ConfigTranslationFormBase::createFormElement function core/modules/config_translation/src/Form/ConfigTranslationFormBase.php Creates a form element builder.
ConfigTranslationLocalTasks::create function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Creates a new class instance.
ConfigTranslationMapperList::create function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Instantiates a new instance of the implementing class using autowiring.
ConfigurableLanguage::createFromLangcode function core/modules/language/src/Entity/ConfigurableLanguage.php Creates a configurable language object from a langcode.
ConfigurableLanguageResourceTestBase::createEntity function core/modules/language/tests/src/Functional/Rest/ConfigurableLanguageResourceTestBase.php Creates the entity to be tested.
ConfigurableLanguageTest::createEntity function core/modules/jsonapi/tests/src/Functional/ConfigurableLanguageTest.php Creates the entity to be tested.
ConfigureBlockFormBase::create function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Instantiates a new instance of this class.
ConfigureSectionForm::create function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Instantiates a new instance of this class.
ConfigValidationTest::createRecipeWithInvalidDataInFile function core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php Creates a recipe with invalid config data in a particular file.
config_install_dependency_test_config_test_create function core/modules/config/tests/config_install_dependency_test/config_install_dependency_test.module Implements hook_ENTITY_TYPE_create().
config_test_config_test_create function core/modules/config/tests/config_test/config_test.hooks.inc Implements hook_ENTITY_TYPE_create() for 'config_test'.
Connection::createConnectionOptionsFromUrl function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Creates an array of database connection options from a URL.
Connection::createConnectionOptionsFromUrl function core/lib/Drupal/Core/Database/Connection.php Creates an array of database connection options from a URL.
Connection::createDatabase function core/tests/fixtures/database_drivers/custom/fake/Connection.php Creates a database.
Connection::createDatabase function core/lib/Drupal/Core/Database/Connection.php Creates a database.
Connection::createDatabase function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/modules/mysql/src/Driver/Database/mysql/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createUrlFromConnectionOptions function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Creates a URL from an array of database connection options.
Connection::createUrlFromConnectionOptions function core/lib/Drupal/Core/Database/Connection.php Creates a URL from an array of database connection options.
ConnectionTest::createConnection function core/modules/mysql/tests/src/Unit/ConnectionTest.php Creates a Connection object for testing.
ConnectionTest::providerCreateConnectionOptionsFromUrl function core/modules/sqlite/tests/src/Unit/ConnectionTest.php Data provider for testCreateConnectionOptionsFromUrl.
ConnectionTest::testCreateConnectionOptionsFromUrl function core/modules/sqlite/tests/src/Unit/ConnectionTest.php @covers ::createConnectionOptionsFromUrl
@dataProvider providerCreateConnectionOptionsFromUrl
ConstraintFactory::createInstance function core/lib/Drupal/Core/Validation/ConstraintFactory.php Creates a plugin instance based on the provided ID and configuration.
ConstraintFactoryTest::testCreateInstance function core/tests/Drupal/KernelTests/Core/Validation/ConstraintFactoryTest.php @covers ::createInstance
ConstraintManager::create function core/lib/Drupal/Core/Validation/ConstraintManager.php Creates a validation constraint.
ConstraintTest::createTestsForVersions function core/tests/Drupal/Tests/Component/Version/ConstraintTest.php Create testIsCompatible() test cases for constraints and versions.
ContactFormEditForm::create function core/modules/contact/src/ContactFormEditForm.php Instantiates a new instance of this class.
ContactFormResourceTestBase::createEntity function core/modules/contact/tests/src/Functional/Rest/ContactFormResourceTestBase.php Creates the entity to be tested.
ContactFormTest::createEntity function core/modules/jsonapi/tests/src/Functional/ContactFormTest.php Creates the entity to be tested.
ContactMessageAccessControlHandler::checkCreateAccess function core/modules/contact/src/ContactMessageAccessControlHandler.php Performs create access checks.
Container::createService function core/lib/Drupal/Component/DependencyInjection/Container.php Creates a service from a service definition.
ContainerAwareEventDispatcherTest::createEventDispatcher function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerDeriverInterface::create function core/lib/Drupal/Core/Plugin/Discovery/ContainerDeriverInterface.php Creates a new class instance.
ContainerFactory::createInstance function core/lib/Drupal/Core/Plugin/Factory/ContainerFactory.php Creates a plugin instance based on the provided ID and configuration.
ContainerFactoryPluginInterface::create function core/lib/Drupal/Core/Plugin/ContainerFactoryPluginInterface.php Creates an instance of the plugin.
ContainerInjectionInterface::create function core/lib/Drupal/Core/DependencyInjection/ContainerInjectionInterface.php Instantiates a new instance of this class.
ContentDispositionFilenameParserTest::createRequest function core/modules/file/tests/src/Unit/Upload/ContentDispositionFilenameParserTest.php Creates a request with the given content-disposition header.
ContentEntity::create function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php Creates an instance of the plugin.
ContentEntityBase::create function core/lib/Drupal/Core/Entity/ContentEntityBase.php Constructs a new entity object, without permanently saving it.
ContentEntityBase::createDuplicate function core/lib/Drupal/Core/Entity/ContentEntityBase.php Creates a duplicate of the entity.
ContentEntityBase::postCreate function core/lib/Drupal/Core/Entity/ContentEntityBase.php Acts on a created entity before hooks are invoked.
ContentEntityDeriver::create function core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php Creates a new class instance.
ContentEntityForm::create function core/lib/Drupal/Core/Entity/ContentEntityForm.php Instantiates a new instance of this class.
ContentEntityNormalizerTest::createMockFieldListItem function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Creates a mock field list item.
ContentEntityNormalizerTest::createMockForContentEntity function core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php Creates a mock content entity.
ContentEntityStorageBase::create function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Constructs a new entity object, without permanently saving it.
ContentEntityStorageBase::createInstance function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Instantiates a new instance of this entity handler.

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