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 11.x for create
  5. Other projects
Title Object type File name Summary
BookBreadcrumbTest::createBookNode function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Creates a book node.
BookBreadcrumbTest::createBreadcrumbBook function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Creates a new book with a page hierarchy.
BookNavigationBlock::create function core/modules/book/src/Plugin/Block/BookNavigationBlock.php
BookOutlineConstraintValidator::create function core/modules/book/src/Plugin/Validation/Constraint/BookOutlineConstraintValidator.php
BookOutlineForm::create function core/modules/book/src/Form/BookOutlineForm.php
BookRelationshipTest::createBook function core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php Creates a new book with a page hierarchy.
BookRelationshipTest::createBookNode function core/modules/book/tests/src/Functional/Views/BookRelationshipTest.php Creates a book node.
BookRemoveForm::create function core/modules/book/src/Form/BookRemoveForm.php
BookTestTrait::createBook function core/modules/book/tests/src/Functional/BookTestTrait.php Creates a new book with a page hierarchy.
BookTestTrait::createBookNode function core/modules/book/tests/src/Functional/BookTestTrait.php Creates a book node.
BreakLockForm::create function core/modules/views_ui/src/Form/BreakLockForm.php
BreakLockLink::create function core/lib/Drupal/Core/TempStore/Element/BreakLockLink.php
Broken::create function core/lib/Drupal/Core/Block/Plugin/Block/Broken.php
BrowserWithJavascriptTest::testCreateScreenshot function core/tests/Drupal/FunctionalJavascriptTests/BrowserWithJavascriptTest.php Tests creating screenshots.
BubbleableMetadata::createFromObject function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object from a depended object.
BubbleableMetadata::createFromRenderArray function core/lib/Drupal/Core/Render/BubbleableMetadata.php Creates a bubbleable metadata object with values taken from a render array.
BubbleableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Provides test data for createFromRenderArray().
BubbleableMetadataTest::testCreateFromRenderArray function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php @covers ::createFromRenderArray
@dataProvider providerTestCreateFromRenderArray
BulkForm::create function core/modules/views/src/Plugin/views/field/BulkForm.php
Bundle::create function core/modules/views/src/Plugin/views/filter/Bundle.php
BundleClassTest::testAmbiguousBundleClassExceptionCreate function core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php Checks exception is thrown if two bundles share the same bundle class.
ByteSizeMarkup::create function core/lib/Drupal/Core/StringTranslation/ByteSizeMarkup.php Gets the TranslatableMarkup object for the provided size.
CacheabilityMetadataConfigOverride::createConfigObject function core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php
CacheableMetadata::createFromObject function core/lib/Drupal/Core/Cache/CacheableMetadata.php Creates a CacheableMetadata object from a depended object.
CacheableMetadata::createFromRenderArray function core/lib/Drupal/Core/Cache/CacheableMetadata.php Creates a CacheableMetadata object with values taken from a render array.
CacheableMetadataCalculationTest::create function core/modules/views/tests/modules/views_test_cacheable_metadata_calculation/src/Plugin/views/access/CacheableMetadataCalculationTest.php
CacheableMetadataTest::providerTestCreateFromObject function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Provides test data for createFromObject().
CacheableMetadataTest::providerTestCreateFromRenderArray function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php Provides test data for createFromRenderArray().
CacheableMetadataTest::testCreateFromObject function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php @covers ::createFromObject
@dataProvider providerTestCreateFromObject
CacheableMetadataTest::testCreateFromRenderArray function core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php @covers ::createFromRenderArray
@dataProvider providerTestCreateFromRenderArray
CacheCollector::$cacheCreated property core/lib/Drupal/Core/Cache/CacheCollector.php Stores the cache creation time.
CacheCollectorHelper::setCacheCreated function core/tests/Drupal/Tests/Core/Cache/CacheCollectorHelper.php Setter for the cacheCreated property for use in unit tests.
CachedStorage::createCollection function core/lib/Drupal/Core/Config/CachedStorage.php
CallsDestructableServiceController::create function core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php
CancelUser::create function core/modules/user/src/Plugin/Action/CancelUser.php
CategoryAutocompleteController::create function core/modules/block/src/Controller/CategoryAutocompleteController.php
ChainedFastBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php Creates a new instance of ChainedFastBackend.
ChainEntityResolverTest::createEntityResolverMock function core/modules/serialization/tests/src/Unit/EntityResolver/ChainEntityResolverTest.php Creates a mock entity resolver.
ChangeUserRoleBase::create function core/modules/user/src/Plugin/Action/ChangeUserRoleBase.php
CheckpointStorage::createCollection function core/lib/Drupal/Core/Config/Checkpoint/CheckpointStorage.php
CheckpointStorageTest::testConfigCreate function core/tests/Drupal/KernelTests/Core/Config/Storage/Checkpoint/CheckpointStorageTest.php
ChooseBlockController::create function core/modules/layout_builder/src/Controller/ChooseBlockController.php
ChooseSectionController::create function core/modules/layout_builder/src/Controller/ChooseSectionController.php
CKEditor5::create function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php
CKEditor5::createEphemeralPairedEditor function core/modules/ckeditor5/src/Plugin/Editor/CKEditor5.php Creates an ephemeral pair of text editor + text format config entity.
CKEditor5ImageController::create function core/modules/ckeditor5/src/Controller/CKEditor5ImageController.php
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::create function core/modules/ckeditor5/src/Plugin/Validation/Constraint/CKEditor5MediaAndFilterSettingsInSyncConstraintValidator.php
CKEditor5TestBase::createNewTextFormat function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5TestBase.php Create a new text format using CKEditor 5.
ClientFactoryTest::providerTestCreateFromOptions function core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php Data provider for testCreateFromOptions.
ClientFactoryTest::testCreateFromOptions function core/tests/Drupal/Tests/Core/Http/ClientFactoryTest.php @covers ::fromOptions
@dataProvider providerTestCreateFromOptions

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