Search for __get

  1. Search 7.x for __get
  2. Search 9.5.x for __get
  3. Search 8.9.x for __get
  4. Search 10.3.x for __get
  5. Search 11.x for __get
  6. Other projects
Title Object type File name Summary
ContentEntityForm::getBundleEntity function core/lib/Drupal/Core/Entity/ContentEntityForm.php Returns the bundle entity of the entity, or NULL if there is none.
ContentEntityForm::getEditedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityForm.php Gets the names of all fields edited in the form.
ContentEntityForm::getFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityForm.php
ContentEntityForm::getFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityForm.php
ContentEntityForm::getNewRevisionDefault function core/lib/Drupal/Core/Entity/ContentEntityForm.php Should new revisions created on default.
ContentEntityFormFieldValidationFilteringTest::testFieldWidgetsWithLimitedValidationErrors function core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php Tests field widgets with #limit_validation_errors.
ContentEntityFormInterface::getFormDisplay function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the form display.
ContentEntityFormInterface::getFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Gets the code identifying the active form language.
ContentEntityInterface::getBundleEntity function core/lib/Drupal/Core/Entity/ContentEntityInterface.php Gets the bundle entity of this entity.
ContentEntityNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
ContentEntityNullStorage::getQueryServiceName function core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php
ContentEntityNullStorageTest class core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php Tests ContentEntityNullStorage entity query support.
ContentEntityNullStorageTest.php file core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
ContentEntityNullStorageTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
ContentEntityNullStorageTest::testDeleteThroughImport function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php Tests deleting an entity test no ID bundle entity via a configuration import.
ContentEntityNullStorageTest::testEntityQuery function core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php Tests using entity query with ContentEntityNullStorage.
ContentEntityStorageBase::getBundleFromClass function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentEntityStorageBase::getBundleFromValues function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Retrieves the bundle from an array of values.
ContentEntityStorageBase::getEntityClass function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentEntityStorageBase::getFromPersistentCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Gets entities from the persistent cache backend.
ContentEntityStorageBase::getFromPersistentRevisionCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Gets entity revisions from the persistent cache backend.
ContentEntityStorageBase::getFromStaticRevisionCache function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Gets entity revisions from the static cache.
ContentEntityStorageBase::getGroupedEntitiesFromRevisions function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Splits revisions into groups which are keyed by entity ID.
ContentEntityStorageBase::getLatestRevisionId function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentEntityStorageBase::getLatestTranslationAffectedRevisionId function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php
ContentEntityStorageBase::getRevisionTranslationMergeSkippedFieldNames function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Returns an array of field names to skip when merging revision translations.
ContentEntityType::get function core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php
ContentEntityType::getConfigDependencyKey function core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentEntityType::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentEntityType::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityType.php
ContentEntityTypeInterface::getRevisionMetadataKey function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets a specific entity revision metadata key.
ContentEntityTypeInterface::getRevisionMetadataKeys function core/lib/Drupal/Core/Entity/ContentEntityTypeInterface.php Gets an array of entity revision metadata keys.
ContentLanguageBaseFieldSyncWidgetTest class core/modules/content_translation/tests/src/Functional/ContentLanguageBaseFieldSyncWidgetTest.php Tests base-field translation sync options on content language settings form.
ContentLanguageBaseFieldSyncWidgetTest.php file core/modules/content_translation/tests/src/Functional/ContentLanguageBaseFieldSyncWidgetTest.php
ContentLanguageBaseFieldSyncWidgetTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentLanguageBaseFieldSyncWidgetTest.php
ContentLanguageBaseFieldSyncWidgetTest::$modules property core/modules/content_translation/tests/src/Functional/ContentLanguageBaseFieldSyncWidgetTest.php
ContentLanguageBaseFieldSyncWidgetTest::testBaseFieldSyncOptionsVisibleOnFirstLoad function core/modules/content_translation/tests/src/Functional/ContentLanguageBaseFieldSyncWidgetTest.php Tests translation sync options appear for translatable base fields.
ContentLanguageSettings::$target_bundle property core/modules/language/src/Entity/ContentLanguageSettings.php The bundle (machine name).
ContentLanguageSettings::$target_entity_type_id property core/modules/language/src/Entity/ContentLanguageSettings.php The entity type ID (machine name).
ContentLanguageSettings::getAllValidDefaultLangcodes function core/modules/language/src/Entity/ContentLanguageSettings.php Returns all valid values for the `default_langcode` property.
ContentLanguageSettings::getDefaultLangcode function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the default language code.
ContentLanguageSettings::getTargetBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the bundle this config applies to.
ContentLanguageSettings::getTargetEntityTypeId function core/modules/language/src/Entity/ContentLanguageSettings.php Gets the entity type ID this config applies to.
ContentLanguageSettings::setTargetBundle function core/modules/language/src/Entity/ContentLanguageSettings.php Sets the bundle this config applies to.
ContentLanguageSettingsForm::getFormId function core/modules/language/src/Form/ContentLanguageSettingsForm.php Returns a unique string identifying the form.
ContentLanguageSettingsForm::getTitle function core/modules/language/src/Form/ContentLanguageSettingsForm.php The _title_callback for the language.content_settings_page route.
ContentLanguageSettingsInterface::getDefaultLangcode function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the default language code.
ContentLanguageSettingsInterface::getTargetBundle function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the bundle this config applies to.
ContentLanguageSettingsInterface::getTargetEntityTypeId function core/modules/language/src/ContentLanguageSettingsInterface.php Gets the entity type ID this config applies to.
ContentLanguageSettingsInterface::setTargetBundle function core/modules/language/src/ContentLanguageSettingsInterface.php Sets the bundle this config applies to.

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