Search for content
- Search 7.x for content
- Search 9.5.x for content
- Search 8.9.x for content
- Search 11.x for content
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ContentEntityDeleteForm::getDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::getQuestion | function | core/ |
Returns the question to ask the user. |
ContentEntityDeleteForm::logDeletionMessage | function | core/ |
|
ContentEntityDeleteForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
ContentEntityDenormalizer | class | core/ |
Converts a JSON:API array structure into a Drupal entity object. |
ContentEntityDenormalizer.php | file | core/ |
|
ContentEntityDenormalizer::getSupportedTypes | function | core/ |
|
ContentEntityDenormalizer::hasCacheableSupportsMethod | function | core/ |
|
ContentEntityDenormalizer::prepareInput | function | core/ |
Prepares the input data to create the entity. |
ContentEntityDeriver | class | core/ |
Deriver for content entity source plugins. |
ContentEntityDeriver.php | file | core/ |
|
ContentEntityDeriver::$entityTypeManager | property | core/ |
The entity type manager. |
ContentEntityDeriver::create | function | core/ |
Creates a new class instance. |
ContentEntityDeriver::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
ContentEntityDeriver::__construct | function | core/ |
Constructs a new ContentEntityDeriver. |
ContentEntityFieldMethodInvocationOrderTest | class | core/ |
Tests correct field method invocation order. |
ContentEntityFieldMethodInvocationOrderTest.php | file | core/ |
|
ContentEntityFieldMethodInvocationOrderTest::$entityTestFieldMethodsStorage | property | core/ |
The EntityTest entity type storage. |
ContentEntityFieldMethodInvocationOrderTest::$modules | property | core/ |
Modules to install. |
ContentEntityFieldMethodInvocationOrderTest::setUp | function | core/ |
|
ContentEntityFieldMethodInvocationOrderTest::testFieldMethodInvocationOrder | function | core/ |
Tests correct field method invocation order. |
ContentEntityForm | class | core/ |
Entity form variant for content entity types. |
ContentEntityForm.php | file | core/ |
|
ContentEntityForm::$entity | property | core/ |
The entity being used by this form. |
ContentEntityForm::$entityRepository | property | core/ |
The entity repository service. |
ContentEntityForm::$entityTypeBundleInfo | property | core/ |
The entity type bundle info service. |
ContentEntityForm::$time | property | core/ |
The time service. |
ContentEntityForm::addRevisionableFormFields | function | core/ |
Add revision form fields if the entity enabled the UI. |
ContentEntityForm::buildEntity | function | core/ |
Builds an updated entity object based upon the submitted form values. |
ContentEntityForm::copyFormValuesToEntity | function | core/ |
Copies top-level form values to entity properties. |
ContentEntityForm::create | function | core/ |
Instantiates a new instance of this class. |
ContentEntityForm::flagViolations | function | core/ |
Flags violations for the current form. |
ContentEntityForm::form | function | core/ |
Gets the actual form array to be built. |
ContentEntityForm::getBundleEntity | function | core/ |
Returns the bundle entity of the entity, or NULL if there is none. |
ContentEntityForm::getEditedFieldNames | function | core/ |
Gets the names of all fields edited in the form. |
ContentEntityForm::getFormDisplay | function | core/ |
Gets the form display. |
ContentEntityForm::getFormLangcode | function | core/ |
Gets the code identifying the active form language. |
ContentEntityForm::getNewRevisionDefault | function | core/ |
Should new revisions created on default. |
ContentEntityForm::init | function | core/ |
Initializes the form state and the entity before the first form build. |
ContentEntityForm::initFormLangcodes | function | core/ |
Initializes form language code values. |
ContentEntityForm::isDefaultFormLangcode | function | core/ |
Checks whether the current form language matches the entity one. |
ContentEntityForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
ContentEntityForm::setFormDisplay | function | core/ |
Sets the form display. |
ContentEntityForm::showRevisionUi | function | core/ |
Checks whether the revision form fields should be added to the form. |
ContentEntityForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
ContentEntityForm::updateChangedTime | function | core/ |
Updates the changed time of the entity. |
ContentEntityForm::updateFormLangcode | function | core/ |
Updates the form language to reflect any change to the entity language. |
ContentEntityForm::validateForm | function | core/ |
Button-level validation handlers are highly discouraged for entity forms, as they will prevent entity validation from running. If the entity is going to be saved during the form submission, this method should be manually invoked from the button-level… |
ContentEntityForm::__construct | function | core/ |
Constructs a ContentEntityForm object. |
ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest | class | core/ |
Tests the correct mapping of user input on the correct field delta elements. |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.