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 11.x for create
  6. Other projects
Title Object type File name Summary
SqlContentEntityStorageSchema::createEntitySchemaIndexes function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates the specified entity schema indexes and keys.
SqlContentEntityStorageSchema::createSharedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Creates the schema for a field stored in a shared table.
SqlContentEntityStorageSchema::onEntityTypeCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the creation of the entity type.
SqlContentEntityStorageSchema::onFieldableEntityTypeCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the creation of the fieldable entity type.
SqlContentEntityStorageSchema::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the creation of a field storage definition.
SqlContentEntityStorageTest::testCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests create.
SqlContentEntityStorageTest::testOnEntityTypeCreate function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests ContentEntityDatabaseStorage::onEntityTypeCreate().
StackedKernelPassTest::createMiddlewareServiceDefinition function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/StackedKernelPassTest.php Creates a middleware definition.
StorageComparer::addChangelistCreate function core/lib/Drupal/Core/Config/StorageComparer.php Creates the create changelist.
StorageComparer::createChangelist function core/lib/Drupal/Core/Config/StorageComparer.php Calculates the differences.
StorageComparer::createRenameName function core/lib/Drupal/Core/Config/StorageComparer.php Creates a rename name from the old and new names for the object.
StorageComparerInterface::createChangelist function core/lib/Drupal/Core/Config/StorageComparerInterface.php Calculates the differences.
StorageComparerTest::testCreateChangelistCreate function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist create.
StorageComparerTest::testCreateChangelistDelete function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist delete.
StorageComparerTest::testCreateChangelistNoChange function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist no change.
StorageComparerTest::testCreateChangelistUpdate function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php Tests create changelist update.
StorageInterface::createCollection function core/lib/Drupal/Core/Config/StorageInterface.php Creates a collection on the storage.
StorageReplaceDataWrapper::createCollection function core/modules/config/src/StorageReplaceDataWrapper.php Creates a collection on the storage.
StorageReplaceDataWrapperTest::testCreateCollection function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php Tests if new collections created correctly.
StorageTestBase::createStorage function core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php Creates storage objects for each collection defined for this class.
StringDatabaseStorage::createString function core/modules/locale/src/StringDatabaseStorage.php Creates a source string object bound to this storage but not saved.
StringDatabaseStorage::createTranslation function core/modules/locale/src/StringDatabaseStorage.php Creates a string translation object bound to this storage but not saved.
StringStorageInterface::createString function core/modules/locale/src/StringStorageInterface.php Creates a source string object bound to this storage but not saved.
StringStorageInterface::createTranslation function core/modules/locale/src/StringStorageInterface.php Creates a string translation object bound to this storage but not saved.
StubConnection::createDatabase function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Creates a database.
StubEntityStorageBase::createInstance function core/tests/Drupal/Tests/Core/Entity/StubEntityStorageBase.php Instantiates a new instance of this entity handler.
StubTestTrait::createEntityStub function core/modules/migrate_drupal/src/Tests/StubTestTrait.php Create a stub of the given entity type.
SubformState::createForSubform function core/lib/Drupal/Core/Form/SubformState.php Creates a new instance for a subform.
SwitchShortcutSet::create function core/modules/shortcut/src/Form/SwitchShortcutSet.php Instantiates a new instance of this class.
SwitchToLiveForm::create function core/modules/workspaces_ui/src/Form/SwitchToLiveForm.php Instantiates a new instance of this class.
SymfonyMailer::create function core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php Creates an instance of the plugin.
SystemBrandingOffCanvasForm::create function core/modules/system/src/Form/SystemBrandingOffCanvasForm.php Instantiates a new instance of this class.
SystemBreadcrumbBlock::createPlaceholder function core/modules/system/src/Plugin/Block/SystemBreadcrumbBlock.php
SystemInfoController::create function core/modules/system/src/Controller/SystemInfoController.php Instantiates a new instance of this class.
SystemMenuBlock::create function core/modules/system/src/Plugin/Derivative/SystemMenuBlock.php Creates a new class instance.
SystemMenuBlock::createPlaceholder function core/modules/system/src/Plugin/Block/SystemMenuBlock.php
SystemMenuNavigationBlock::create function core/modules/navigation/src/Plugin/Derivative/SystemMenuNavigationBlock.php Creates a new class instance.
SystemMenuOffCanvasForm::create function core/modules/system/src/Form/SystemMenuOffCanvasForm.php Instantiates a new instance of this class.
TableDragTestForm::create function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Instantiates a new instance of this class.
TarTest::testCreateArchive function core/tests/Drupal/KernelTests/Core/Archiver/TarTest.php Tests that the Tar archive is created if it does not exist.
TaxonomyFieldFilterTest::createTermWithProperties function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyFieldFilterTest.php Creates a taxonomy term with specified name and other properties.
TaxonomyIndexTid::create function core/modules/taxonomy/src/Plugin/views/field/TaxonomyIndexTid.php Instantiates a new instance of the implementing class using autowiring.
TaxonomyIndexTid::create function core/modules/taxonomy/src/Plugin/views/filter/TaxonomyIndexTid.php Instantiates a new instance of the implementing class using autowiring.
TaxonomyPermissions::create function core/modules/taxonomy/src/TaxonomyPermissions.php Instantiates a new instance of this class.
TaxonomyTermHierarchyConstraintValidator::create function core/modules/taxonomy/src/Plugin/Validation/Constraint/TaxonomyTermHierarchyConstraintValidator.php Instantiates a new instance of this class.
TaxonomyTestBase::createTerm function core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php Creates and returns a taxonomy term.
TaxonomyTestBase::createTerm function core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php Creates and returns a taxonomy term.
TaxonomyTestTrait::createTaxonomyTermRevision function core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php Creates a new revision for a given taxonomy term.
TaxonomyTestTrait::createTerm function core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php Returns a new term with random properties given a vocabulary.
TaxonomyTestTrait::createVocabulary function core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php Returns a new vocabulary with random properties.

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