Search for __set
- Search 7.x for __set
- Search 9.5.x for __set
- Search 10.3.x for __set
- Search 11.x for __set
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ContentEntityBase::set | function | core/ |
Sets a field value. |
| ContentEntityBase::setDefaultLangcode | function | core/ |
Populates the local cache for the default language code. |
| ContentEntityBase::setNewRevision | function | core/ |
Enforces an entity to be saved as a new revision. |
| ContentEntityBase::setRevisionTranslationAffected | function | core/ |
Marks the current revision translation as affected. |
| ContentEntityBase::setRevisionTranslationAffectedEnforced | function | core/ |
Enforces the revision translation affected flag value. |
| ContentEntityBase::setValidationRequired | function | core/ |
Sets whether entity validation is required before saving the entity. |
| ContentEntityBase::__isset | function | core/ |
Implements the magic method for isset(). |
| ContentEntityBase::__set | function | core/ |
Implements the magic method for setting object properties. |
| ContentEntityBase::__unset | function | core/ |
Implements the magic method for unset(). |
| ContentEntityBaseUnitTest::setUp | function | core/ |
|
| ContentEntityBaseUnitTest::testSet | function | core/ |
@covers ::set[[api-linebreak]] |
| ContentEntityBaseUnitTest::testSetNewRevisionException | function | core/ |
@covers ::setNewRevision[[api-linebreak]] |
| ContentEntityChangedTest::setUp | function | core/ |
|
| ContentEntityCloneTest::setUp | function | core/ |
|
| ContentEntityFieldMethodInvocationOrderTest::setUp | function | core/ |
|
| ContentEntityForm::setFormDisplay | function | core/ |
Sets the form display. |
| ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest::setUp | function | core/ |
|
| ContentEntityFormFieldValidationFilteringTest::setUp | function | core/ |
|
| ContentEntityFormInterface::setFormDisplay | function | core/ |
Sets the form display. |
| ContentEntityHasChangesTest::setUp | function | core/ |
|
| ContentEntityNonRevisionableFieldTest::setUp | function | core/ |
|
| ContentEntityNormalizerTest::setUp | function | core/ |
|
| ContentEntityStorageBase::resetCache | function | core/ |
Resets the internal, static entity cache. |
| ContentEntityStorageBase::setPersistentCache | function | core/ |
Stores entities in the persistent cache backend. |
| ContentEntityStorageBaseTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\ContentEntityStorageBase[[api-linebreak]] |
| ContentEntityStorageBaseTest.php | file | core/ |
|
| ContentEntityStorageBaseTest::$modules | property | core/ |
Modules to enable. |
| ContentEntityStorageBaseTest::providerTestCreate | function | core/ |
Provides test data for testCreate(). |
| ContentEntityStorageBaseTest::setUp | function | core/ |
|
| ContentEntityStorageBaseTest::testCreate | function | core/ |
@covers ::create[[api-linebreak]] |
| ContentEntityStorageBaseTest::testReCreate | function | core/ |
@covers ::create[[api-linebreak]] |
| ContentEntityTest::setUp | function | core/ |
|
| ContentEntityType::setRevisionMetadataKey | function | core/ |
Sets a revision metadata key. |
| ContentEntityTypeInterface::setRevisionMetadataKey | function | core/ |
Sets a revision metadata key. |
| ContentLanguageSettings | class | core/ |
Defines the ContentLanguageSettings entity. |
| ContentLanguageSettings.php | file | core/ |
|
| ContentLanguageSettings::$default_langcode | property | core/ |
The default language code. |
| ContentLanguageSettings::$id | property | core/ |
The id. Combination of $target_entity_type_id.$target_bundle. |
| ContentLanguageSettings::$language_alterable | property | core/ |
Indicates if the language is alterable or not. |
| ContentLanguageSettings::$target_bundle | property | core/ |
The bundle (machine name). |
| ContentLanguageSettings::$target_entity_type_id | property | core/ |
The entity type ID (machine name). |
| ContentLanguageSettings::calculateDependencies | function | core/ |
Calculates dependencies and stores them in the dependency property. |
| ContentLanguageSettings::getDefaultLangcode | function | core/ |
Gets the default language code. |
| ContentLanguageSettings::getTargetBundle | function | core/ |
Gets the bundle this config applies to. |
| ContentLanguageSettings::getTargetEntityTypeId | function | core/ |
Gets the entity type ID this config applies to. |
| ContentLanguageSettings::id | function | core/ |
Gets the identifier. |
| ContentLanguageSettings::isDefaultConfiguration | function | core/ |
Checks if this config object contains the default values in every property. |
| ContentLanguageSettings::isLanguageAlterable | function | core/ |
Checks if the language is alterable or not. |
| ContentLanguageSettings::loadByEntityTypeBundle | function | core/ |
Loads a content language config entity based on the entity type and bundle. |
| ContentLanguageSettings::preSave | function | core/ |
Acts on an entity before the presave hook is invoked. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.