Search for create

  1. Search 7.x for create
  2. Search 8.9.x for create
  3. Search 10.3.x for create
  4. Search 11.x for create
  5. Other projects
Title Object type File name Summary
FieldBundle::create function core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php Creates an instance of the plugin.
FieldConfig::postCreate function core/modules/field/src/Entity/FieldConfig.php Acts on a created entity before hooks are invoked.
FieldConfigBase::createFromDataType function core/lib/Drupal/Core/Field/FieldConfigBase.php Creates a new data definition object.
FieldConfigBase::createFromItemType function core/lib/Drupal/Core/Field/FieldConfigBase.php Creates a new list data definition for items of the given data type.
FieldConfigBase::postCreate function core/lib/Drupal/Core/Field/FieldConfigBase.php Acts on a created entity before hooks are invoked.
FieldConfigDeleteForm::create function core/modules/field_ui/src/Form/FieldConfigDeleteForm.php Instantiates a new instance of this class.
FieldConfigEditForm::create function core/modules/field_ui/src/Form/FieldConfigEditForm.php Instantiates a new instance of this class.
FieldConfigListBuilder::createInstance function core/modules/field_ui/src/FieldConfigListBuilder.php Instantiates a new instance of this entity handler.
FieldConfigResourceTestBase::createEntity function core/modules/field/tests/src/Functional/Rest/FieldConfigResourceTestBase.php Creates the entity to be tested.
FieldConfigStorage::createInstance function core/modules/field/src/FieldConfigStorage.php Instantiates a new instance of this entity handler.
FieldConfigTest::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Creates another entity to be tested.
FieldConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/FieldConfigTest.php Creates the entity to be tested.
FieldCrudTest::testCreateField function core/modules/field/tests/src/Kernel/FieldCrudTest.php Tests the creation of a field.
FieldCrudTest::testCreateFieldCustomStorage function core/modules/field/tests/src/Kernel/FieldCrudTest.php Tests creating a field with custom storage set.
FieldDefinition::createFromFieldStorageDefinition function core/lib/Drupal/Core/Field/FieldDefinition.php Creates a new field definition.
FieldDefinitionListener::onFieldDefinitionCreate function core/lib/Drupal/Core/Field/FieldDefinitionListener.php Reacts to the creation of a field.
FieldDefinitionListenerInterface::onFieldDefinitionCreate function core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php Reacts to the creation of a field.
FieldDefinitionListenerTest::testOnFieldDefinitionCreateExistingField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionCreate
FieldFile::create function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Creates an instance of the plugin.
FieldFilteredMarkup::create function core/lib/Drupal/Core/Field/FieldFilteredMarkup.php Overrides \Drupal\Component\Render\MarkupTrait::create().
FieldFilteredMarkupTest::providerTestCreate function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php Provides data for testCreate().
FieldFilteredMarkupTest::testCreate function core/tests/Drupal/Tests/Core/Field/FieldFilteredMarkupTest.php @covers ::create
@dataProvider providerTestCreate
FieldImportCreateTest class core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Create field storages and fields during config create method invocation.
FieldImportCreateTest.php file core/modules/field/tests/src/Kernel/FieldImportCreateTest.php
FieldImportCreateTest::testImportCreate function core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Tests creating field storages and fields during config import.
FieldImportCreateTest::testImportCreateDefault function core/modules/field/tests/src/Kernel/FieldImportCreateTest.php Tests creating field storages and fields during default config import.
FieldItemDataDefinition::create function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Creates a new field item definition.
FieldItemDataDefinition::createFromDataType function core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php Creates a new data definition object.
FieldItemDeriver::create function core/lib/Drupal/Core/Field/Plugin/DataType/Deriver/FieldItemDeriver.php Creates a new class instance.
FieldItemList::createItem function core/lib/Drupal/Core/Field/FieldItemList.php Helper for creating a list item object.
FieldItemNormalizer::createTranslatedInstance function core/modules/hal/src/Normalizer/FieldItemNormalizer.php Get a translated version of the field item instance.
FieldKernelTestBase::createFieldWithStorage function core/modules/field/tests/src/Kernel/FieldKernelTestBase.php Create a field and an associated field storage.
FieldLayoutBuilder::create function core/modules/field_layout/src/FieldLayoutBuilder.php Instantiates a new instance of this class.
FieldLayoutEntityFormDisplayEditForm::create function core/modules/field_layout/src/Form/FieldLayoutEntityFormDisplayEditForm.php Instantiates a new instance of this class.
FieldLayoutEntityViewDisplayEditForm::create function core/modules/field_layout/src/Form/FieldLayoutEntityViewDisplayEditForm.php Instantiates a new instance of this class.
FieldMigration::create function core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php Creates an instance of the plugin.
FieldRdfaTestBase::createTestField function core/modules/rdf/tests/src/Kernel/Field/FieldRdfaTestBase.php Creates the field for testing.
FieldStorageAddForm::create function core/modules/field_ui/src/Form/FieldStorageAddForm.php Instantiates a new instance of this class.
FieldStorageConfigListBuilder::createInstance function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Instantiates a new instance of this entity handler.
FieldStorageConfigResourceTestBase::createEntity function core/modules/field/tests/src/Functional/Rest/FieldStorageConfigResourceTestBase.php Creates the entity to be tested.
FieldStorageConfigStorage::createInstance function core/modules/field/src/FieldStorageConfigStorage.php Instantiates a new instance of this entity handler.
FieldStorageConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/FieldStorageConfigTest.php Creates the entity to be tested.
FieldStorageCrudTest::testCreate function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests the creation of a field storage.
FieldStorageCrudTest::testCreateWithExplicitSchema function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests that an explicit schema can be provided on creation.
FieldStorageDefinitionEvents::CREATE constant core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php Name of the event triggered for field storage definition creation.
FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php
FieldStorageDefinitionListener::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the creation of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionCreate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the creation of a field storage definition.
FieldTranslationSynchronizer::createMergedItem function core/modules/content_translation/src/FieldTranslationSynchronizer.php Creates a merged item.

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