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 main for create
  6. Other projects
Title Object type File name Summary
EntityWorkspaceConflictConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/EntityWorkspaceConflictConstraintValidator.php Instantiates a new instance of this class.
entity_test_create_bundle function core/modules/system/tests/modules/entity_test/entity_test.module Creates a new bundle for entity_test entities.
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 the implementing class using autowiring.
ExtensionAvailableConstraintValidator::create function core/lib/Drupal/Core/Extension/Plugin/Validation/Constraint/ExtensionAvailableConstraintValidator.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 Tests create collection.
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 Tests create from support branch.
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.
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.
field--node--created.html.twig file core/themes/admin/templates/classy/field/field--node--created.html.twig Theme override for the node created field.
field--node--created.html.twig file core/themes/default_admin/templates/classy/field/field--node--created.html.twig Theme override 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.
field--node--created.html.twig file core/modules/node/templates/field--node--created.html.twig Default theme implementation for the node created field.
FieldAttachStorageTest::testEntityCreateBundle function core/modules/field/tests/src/Kernel/FieldAttachStorageTest.php Tests entity_bundle_create().
FieldBlockDeriver::create function core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php Creates a new class instance.
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.
FieldConfigEditForm::create function core/modules/field_ui/src/Form/FieldConfigEditForm.php Instantiates a new instance of the implementing class using autowiring.
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 Tests on field definition create existing field.
FieldDefinitionListenerTest::testOnFieldDefinitionCreateNewField function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php Tests on field definition create new field.
FieldFile::create function core/modules/file/src/Plugin/migrate/process/d6/FieldFile.php Instantiates a new instance of the implementing class using autowiring.
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().

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