Search for description

  1. Search 7.x for description
  2. Search 8.9.x for description
  3. Search 10.3.x for description
  4. Search 11.x for description
  5. Other projects
Title Object type File name Summary
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.
EntityDisplayModeDeleteForm::getDescription function core/modules/field_ui/src/Form/EntityDisplayModeDeleteForm.php Returns additional text to display as a 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.
Feed::getDescription function core/modules/aggregator/src/Entity/Feed.php Returns the description of the feed.
Feed::setDescription function core/modules/aggregator/src/Entity/Feed.php Sets the description of the feed.
FeedInterface::getDescription function core/modules/aggregator/src/FeedInterface.php Returns the description of the feed.
FeedInterface::setDescription function core/modules/aggregator/src/FeedInterface.php Sets the description of the feed.
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 enable.
FieldInstanceLabelDescriptionTranslationTest::$modules property core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php Modules to enable.
FieldInstanceLabelDescriptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d6/FieldInstanceLabelDescriptionTranslationTest.php The data provider.
FieldInstanceLabelDescriptionTranslationTest::providerSource function core/modules/field/tests/src/Kernel/Plugin/migrate/source/d7/FieldInstanceLabelDescriptionTranslationTest.php The data provider.
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/d7/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation.php file core/modules/field/src/Plugin/migrate/source/d6/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/d7/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::getIds function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php Defines the source fields uniquely identifying a source row.
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d6/FieldLabelDescriptionTranslation.php
FieldLabelDescriptionTranslation::query function core/modules/field/src/Plugin/migrate/source/d7/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.
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.
FilterInterface::getDescription function core/modules/filter/src/Plugin/FilterInterface.php Returns the administrative description for this filter plugin.
FormTestDescriptionForm class core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php Defines a form for testing form element description display options.
FormTestDescriptionForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestDescriptionForm.php

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