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
entity_crud_hook_test_taxonomy_vocabulary_create function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_create() for taxonomy_vocabulary entities.
entity_crud_hook_test_user_create function core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_create() for user entities.
entity_schema_test_entity_bundle_create function core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module Implements hook_entity_bundle_create().
entity_test_create_bundle function core/modules/system/tests/modules/entity_test/entity_test.module Creates a new bundle for entity_test entities.
EntryPoint::create function core/modules/jsonapi/src/Controller/EntryPoint.php Instantiates a new instance of the implementing class using autowiring.
ErrorTest::createBacktraceItem function core/tests/Drupal/Tests/Core/Utility/ErrorTest.php Creates a mock backtrace item.
ErrorTestController::create function core/modules/system/tests/modules/error_test/src/Controller/ErrorTestController.php Instantiates a new instance of the implementing class using autowiring.
ExecutionContextFactory::createContext function core/lib/Drupal/Core/Validation/ExecutionContextFactory.php
ExportForm::create function core/modules/locale/src/Form/ExportForm.php Instantiates a new instance of this class.
ExtensionExistsConstraintValidator::create function core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionExistsConstraintValidator.php Instantiates a new instance of this class.
ExtensionInstallStorage::createCollection function core/lib/Drupal/Core/Config/ExtensionInstallStorage.php Creates a collection on the storage.
ExtensionInstallStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @covers ::createCollection
ExtensionList::createExtensionInfo function core/lib/Drupal/Core/Extension/ExtensionList.php Creates the info value for an extension object.
ExtensionVersion::createFromSupportBranch function core/lib/Drupal/Core/Extension/ExtensionVersion.php Constructs an ExtensionVersion version object from a support branch.
ExtensionVersion::createFromVersionString function core/lib/Drupal/Core/Extension/ExtensionVersion.php Constructs an extension version object from a version string.
ExtensionVersionTest::createKeyedTestCases function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php Creates test case arrays for data provider methods.
ExtensionVersionTest::providerCreateFromSupportBranch function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php Data provider for testCreateFromSupportBranch().
ExtensionVersionTest::testCreateFromSupportBranch function core/tests/Drupal/Tests/Core/Extension/ExtensionVersionTest.php @covers ::createFromSupportBranch
ExtractorTest::testCreateIcon function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:createIcon method.
ExtractorTest::testCreateIconExceptionTemplate function core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/ExtractorTest.php Test the IconExtractorBase:createIcon method with Exception.
ExtraFieldBlock::create function core/modules/layout_builder/src/Plugin/Block/ExtraFieldBlock.php Creates an instance of the plugin.
ExtraFieldBlockDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/ExtraFieldBlockDeriver.php Creates a new class instance.
FactoryInterface::createInstance function core/lib/Drupal/Component/Plugin/Factory/FactoryInterface.php Creates a plugin instance based on the provided ID and configuration.
Feed::create function core/modules/views/src/Plugin/views/display/Feed.php Creates an instance of the plugin.
field--node--created.html.twig file core/modules/node/templates/field--node--created.html.twig Default theme implementation for the node created field.
field--node--created.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/field/field--node--created.html.twig Theme override for the node created field.
field--node--created.html.twig file core/themes/stable9/templates/field/field--node--created.html.twig Theme override for the node created field.
field--node--created.html.twig file core/themes/claro/templates/classy/field/field--node--created.html.twig Theme override for the node created field.
field--node--created.html.twig file core/themes/starterkit_theme/templates/field/field--node--created.html.twig Theme override for the node created field.
FieldAttachStorageTest::testEntityCreateBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_create().
FieldBlock::create function core/modules/layout_builder/src/Plugin/Block/FieldBlock.php Creates an instance of the plugin.
FieldBlockDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php Creates a new class instance.
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.
FieldConfigAddController::create function core/modules/field_ui/src/Controller/FieldConfigAddController.php Instantiates a new instance of the implementing class using autowiring.
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.

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