Search for description

  1. Search 7.x for description
  2. Search 9.5.x for description
  3. Search 8.9.x for description
  4. Search 10.3.x for description
  5. Other projects
Title Object type File name Summary
EntityDescriptionInterface interface core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php Defines the interface for entities that have a description.
EntityDescriptionInterface.php file core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php
EntityDescriptionInterface::getDescription function core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php Gets the entity description.
EntityDescriptionInterface::setDescription function core/lib/Drupal/Core/Entity/EntityDescriptionInterface.php Sets the entity description.
EntityDisplayModeBase::$description property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Description of the form or view mode.
EntityDisplayModeBase::getDescription function core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Gets the display mode description.
EntityDisplayModeDeleteForm::getDescription function core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php Returns additional text to display as a description.
EntityDisplayModeInterface::getDescription function core/lib/Drupal/Core/Entity/EntityDisplayModeInterface.php Gets the display mode description.
EntityTestBundle::$description property core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php The description.
EntityTestBundle::getDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php Gets the entity description.
EntityTestBundle::setDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestBundle.php Sets the entity description.
EntityTestMulBundle::$description property core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php The description.
EntityTestMulBundle::getDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php Gets the entity description.
EntityTestMulBundle::setDescription function core/modules/system/tests/modules/entity_test/src/Entity/EntityTestMulBundle.php Sets the entity description.
FieldConfigBase::$description property core/lib/Drupal/Core/Field/FieldConfigBase.php The field description.
FieldConfigBase::getDescription function core/lib/Drupal/Core/Field/FieldConfigBase.php Returns a human readable description.
FieldConfigBase::setDescription function core/lib/Drupal/Core/Field/FieldConfigBase.php Sets a human readable description.
FieldConfigInterface::setDescription function core/lib/Drupal/Core/Field/FieldConfigInterface.php Sets a human readable description.
FieldDefinitionTest::testFieldDescription function core/tests/Drupal/Tests/Core/Entity/FieldDefinitionTest.php @covers ::getDescription
@dataProvider factoryTypeProvider
FieldFormatter::$description property core/lib/Drupal/Core/Field/Annotation/FieldFormatter.php A short description of the formatter type.
FieldInstanceLabelDescriptionTranslationTest class core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php Tests the field label and description translation source plugin.
FieldInstanceLabelDescriptionTranslationTest class core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php Tests the field label and description translation source plugin.
FieldInstanceLabelDescriptionTranslationTest.php file core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php
FieldInstanceLabelDescriptionTranslationTest.php file core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php
FieldInstanceLabelDescriptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php Modules to install.
FieldInstanceLabelDescriptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php Modules to install.
FieldInstanceLabelDescriptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php
FieldInstanceLabelDescriptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Drupal 6 i18n field label and description source from database.
FieldLabelDescriptionTranslation class core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Drupal 7 i18n field label and description source from database.
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Returns available fields on the source.
FieldLabelDescriptionTranslation::fields function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Returns available fields on the source.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldStorageConfig::getDescription function core/modules/field/src/Entity/FieldStorageConfig.php Returns the human-readable description for the field.
FieldStorageDefinitionInterface::getDescription function core/lib/Drupal/Core/Field/FieldStorageDefinitionInterface.php Returns the human-readable description for the field.
FieldType::$description property core/lib/Drupal/Core/Field/Annotation/FieldType.php A short human readable description for the field type.
FieldTypeCategory::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategory.php Returns the field group description.
FieldTypeCategoryInterface::getDescription function core/lib/Drupal/Core/Field/FieldTypeCategoryInterface.php Returns the field group description.
FieldWidget::$description property core/lib/Drupal/Core/Field/Annotation/FieldWidget.php A short description of the widget type.
FileFieldDisplayTest::testDescriptionDefaultFileFieldDisplay function core/modules/file/tests/src/Functional/FileFieldDisplayTest.php Tests description display of File Field.
FileWidget::getDescriptionFromElement function core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php Retrieves the file description from a field element.
Filter::$description property core/modules/filter/src/Annotation/Filter.php Additional administrative information about the filter's behavior.
FilterBase::getDescription function core/modules/filter/src/Plugin/FilterBase.php Returns the administrative description for this filter plugin.
FilterDisableForm::getDescription function core/modules/filter/src/Form/FilterDisableForm.php Returns additional text to display as a description.
FilterEnableForm::getDescription function core/modules/filter/src/Form/FilterEnableForm.php Returns additional text to display as a description.

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