Search for create
- Search 3.x for create
- Search 7.x-1.x for create
- Search 6.x-1.x for create
- Search 4.0.x for create
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CacheExampleForm::create | function | cache_example/ |
|
CacheExampleForm::createExpiringItem | function | cache_example/ |
Submit handler to create a new cache item with specified expiration. |
Contact::preCreate | function | content_entity_example/ |
When a new entity instance is added, set the user_id entity reference to the current user as the creator of the instance. |
ContactAccessControlHandler::checkCreateAccess | function | content_entity_example/ |
Separate from the checkAccess because the entity does not yet exist. It will be created during the 'add' process. |
ContactListBuilder::createInstance | function | content_entity_example/ |
|
ContentEntityExampleTest::testCreateAdminPermission | function | content_entity_example/ |
Ensure admin and permissioned users can create contacts. |
ContrivedController::create | function | testing_example/ |
|
CronExampleForm::create | function | cron_example/ |
|
DbtngExampleAddForm::create | function | dbtng_example/ |
We'll use the ContainerInjectionInterface pattern here to inject the current user and also get the string_translation service. |
DbtngExampleController::create | function | dbtng_example/ |
|
DbtngExampleUpdateForm::create | function | dbtng_example/ |
|
EmailExampleGetFormPage::create | function | email_example/ |
|
EntityAutocomplete::create | function | ajax_example/ |
Container injection factory. |
EventsExampleForm::create | function | events_example/ |
|
ExampleFunctionalTest::testNewPageApiCreate | function | testing_example/ |
Demonstrate node creation via NodeCreationTrait::createNode. |
ExampleMeatballSandwich::create | function | plugin_type_example/ |
|
FieldExampleBrowserTestBase::createField | function | field_example/ |
Create a field on the content type created during setUp(). |
MockSessionTrait::createSessionMock | function | stream_wrapper_example/ |
Create a mock session object. |
ModalForm::create | function | form_api_example/ |
|
PagerExamplePage::create | function | pager_example/ |
|
PluginTypeExampleController::create | function | plugin_type_example/ |
Override the parent method so that we can inject our sandwich plugin manager service into the controller. |
QueueExampleForm::create | function | queue_example/ |
|
RenderExampleController::create | function | render_example/ |
|
RenderExampleDemoForm::create | function | render_example/ |
|
ReportWorkerBase::create | function | cron_example/ |
|
RobotFormBase::create | function | config_entity_example/ |
Factory method for RobotFormBase. |
SessionExampleForm::create | function | session_example/ |
|
SimpleFormBlock::create | function | form_api_example/ |
|
SimpleTestExampleTest::testSimpleTestExampleCreate | function | testing_example/ |
Test node creation through the user interface. |
TableDragExampleNestedForm::create | function | tabledrag_example/ |
|
TableDragExampleResetForm::create | function | tabledrag_example/ |
|
TableDragExampleRootLeafForm::create | function | tabledrag_example/ |
|
TableDragExampleSimpleForm::create | function | tabledrag_example/ |
|
TableSortExampleController::create | function | tablesort_example/ |
|
Wizard::create | function | ajax_example/ |