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
ResourceResponseValidatorTest::createResponse function core/modules/jsonapi/tests/modules/jsonapi_response_validator/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php Helper method to create a resource response from arbitrary JSON.
ResourceResponseValidatorTest::createResponse function core/modules/jsonapi/tests/src/Unit/EventSubscriber/ResourceResponseValidatorTest.php Helper method to create a resource response from arbitrary JSON.
ResourceTestBase::$firstCreatedEntityId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity ID for the first created entity in testPost().
ResourceTestBase::$secondCreatedEntityId property core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php The entity ID for the second created entity in testPost().
ResourceTestBase::createAnotherEntity function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Creates another entity to be tested.
ResourceTestBase::createEntity function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Creates the entity to be tested.
ResourceTypeBuildEvent::createFromEntityTypeAndBundle function core/modules/jsonapi/src/ResourceType/ResourceTypeBuildEvent.php Creates a new ResourceTypeBuildEvent.
ResourceTypeRepository::createResourceType function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Creates a ResourceType value object for the given entity type + bundle.
ResponseStatus::create function core/modules/system/src/Plugin/Condition/ResponseStatus.php Instantiates a new instance of the implementing class using autowiring.
ResponsiveImageFormatter::create function core/modules/responsive_image/src/Plugin/Field/FieldFormatter/ResponsiveImageFormatter.php Instantiates a new instance of the implementing class using autowiring.
ResponsiveImageStyleForm::create function core/modules/responsive_image/src/ResponsiveImageStyleForm.php Instantiates a new instance of the implementing class using autowiring.
ResponsiveImageStyleResourceTestBase::createEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Creates the entity to be tested.
ResponsiveImageStyleTest::createEntity function core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php Creates the entity to be tested.
RestAuthenticationController::create function core/modules/rest/src/Controller/RestAuthenticationController.php Instantiates a new instance of the implementing class using autowiring.
RestExport::create function core/modules/rest/src/Plugin/views/display/RestExport.php Instantiates a new instance of the implementing class using autowiring.
RestPermissions::create function core/modules/rest/src/RestPermissions.php Instantiates a new instance of this class.
RestResourceConfigResourceTestBase::createEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Creates the entity to be tested.
RestResourceConfigTest::createEntity function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Creates the entity to be tested.
RevertOverridesForm::create function core/modules/layout_builder/src/Form/RevertOverridesForm.php Instantiates a new instance of the implementing class using autowiring.
ReviewForm::create function core/modules/migrate_drupal_ui/src/Form/ReviewForm.php Instantiates a new instance of the implementing class using autowiring.
RevisionableContentEntityBaseTest::createRevision function core/tests/Drupal/KernelTests/Core/Entity/RevisionableContentEntityBaseTest.php Creates a new revision in the entity of this test class.
RevisionableEntityBundleInterface::shouldCreateNewRevision function core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php Gets whether a new revision should be created by default.
RevisionableStorageInterface::createRevision function core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php Creates a new revision starting off from the specified entity object.
RevisionCreateTimestampTest class core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Ensures that the revision create time can be accessed in views.
RevisionCreateTimestampTest.php file core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php
RevisionCreateTimestampTest::$modules property core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Modules to install.
RevisionCreateTimestampTest::$testViews property core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Views to be enabled.
RevisionCreateTimestampTest::setUp function core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php
RevisionCreateTimestampTest::testRevisionCreateTimestampView function core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php Tests the revision create timestamp view.
RevisionDeleteForm::create function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Instantiates a new instance of the implementing class using autowiring.
RevisionRevertForm::create function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Instantiates a new instance of the implementing class using autowiring.
Role::create function core/modules/user/src/Plugin/views/access/Role.php Instantiates a new instance of the implementing class using autowiring.
RoleExistsConstraintValidator::create function core/modules/user/src/Plugin/Validation/Constraint/RoleExistsConstraintValidator.php Instantiates a new instance of this class.
RoleListBuilder::createInstance function core/modules/user/src/RoleListBuilder.php Instantiates a new instance of this entity handler.
RoleResourceTestBase::createEntity function core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php Creates the entity to be tested.
Roles::create function core/modules/user/src/Plugin/views/filter/Roles.php Instantiates a new instance of the implementing class using autowiring.
RoleSettingsForm::create function core/modules/user/src/Form/RoleSettingsForm.php Instantiates a new instance of the implementing class using autowiring.
RoleTest::createEntity function core/modules/jsonapi/tests/src/Functional/RoleTest.php Creates the entity to be tested.
Route::create function core/modules/migrate/src/Plugin/migrate/process/Route.php Instantiates a new instance of the implementing class using autowiring.
RouteMatch::createFromRequest function core/lib/Drupal/Core/Routing/RouteMatch.php Creates a RouteMatch from a request.
Routes::create function core/modules/jsonapi/src/Routing/Routes.php Instantiates a new instance of this class.
RoutingFixtures::createTables function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Create the tables required for the sample data.
RowTest::createRowWithDestinationProperties function core/modules/migrate/tests/src/Unit/RowTest.php Create a row and load it with destination properties.
RsyncValidatorTest::testPreCreateFailsIfRsyncNotFound function core/modules/package_manager/tests/src/Kernel/RsyncValidatorTest.php Tests that the stage cannot be created if rsync is selected, but not found.
SafeMarkupTestMarkup::create function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Overrides MarkupTrait::create() to allow creation with empty strings.
SandboxManagerBase::create function core/modules/package_manager/src/SandboxManagerBase.php Copies the active code base into the stage directory.
SandboxManagerBaseTest::testFailureMarkerPreventsCreate function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests that if a stage fails to apply, another stage cannot be created.
SandboxManagerBaseTest::testUncreatedGetSandboxDirectory function core/modules/package_manager/tests/src/Kernel/SandboxManagerBaseTest.php Tests uncreated get sandbox directory.
ScaffoldFileCollectionTest::testCreate function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/ScaffoldFileCollectionTest.php Tests create.
ScaffoldOptions::create function composer/Plugin/Scaffold/ScaffoldOptions.php Creates a scaffold options object.

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