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
MigrateFieldInstanceLabelDescriptionTest.php file core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Modules to install.
MigrateFieldInstanceLabelDescriptionTest::$modules property core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Modules to install.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::setUp function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php
MigrateFieldInstanceLabelDescriptionTest::testFieldInstanceLabelDescriptionTranslationMigration function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Tests migration of field label and description translations.
MigrateFieldInstanceLabelDescriptionTest::testFieldInstanceLabelDescriptionTranslationMigration function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Tests migration of file variables to file.settings.yml.
ModulesListConfirmForm::getDescription function core/modules/system/src/Form/ModulesListConfirmForm.php Returns additional text to display as a description.
ModulesListFormWebTest::testModulesListFormWithEmptyDescriptionInfoFile function core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php Tests the module form with a module with an empty description in info.yml.
ModulesUninstallConfirmForm::getDescription function core/modules/system/src/Form/ModulesUninstallConfirmForm.php Returns additional text to display as a description.
NodeRevisionRevertForm::getDescription function core/modules/node/src/Form/NodeRevisionRevertForm.php Returns additional text to display as a description.
NodeRevisionRevertTranslationForm::getDescription function core/modules/node/src/Form/NodeRevisionRevertTranslationForm.php Returns additional text to display as a description.
NodeType::$description property core/modules/node/src/Entity/NodeType.php A brief description of this node type.
NodeType::getDescription function core/modules/node/src/Entity/NodeType.php Gets the description.
NodeTypeInterface::getDescription function core/modules/node/src/NodeTypeInterface.php Gets the description.
NodeTypeValidationTest::testDescriptionAndHelpCannotBeEmpty function core/modules/node/tests/src/Kernel/NodeTypeValidationTest.php Tests that description and help text can be NULL, but not empty strings.
node_type_get_description function core/modules/node/node.module Description callback: Returns the node type description.
NullDescriptionTest class core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Tests the upgrade path for making vocabularies' description NULL.
NullDescriptionTest.php file core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php
NullDescriptionTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Set database dump files to be used.
NullDescriptionTest::testRunUpdates function core/modules/taxonomy/tests/src/Functional/Update/NullDescriptionTest.php Tests the upgrade path for updating empty description to NULL.
NullHelpAndDescriptionTest class core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Tests the upgrade path for making content types' help and description NULL.
NullHelpAndDescriptionTest.php file core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php
NullHelpAndDescriptionTest::setDatabaseDumpFiles function core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Set database dump files to be used.
NullHelpAndDescriptionTest::testRunUpdates function core/modules/node/tests/src/Functional/Update/NullHelpAndDescriptionTest.php Tests the upgrade path for updating empty help and description to NULL.
PrepareModulesEntityUninstallForm::getDescription function core/modules/system/src/Form/PrepareModulesEntityUninstallForm.php Returns additional text to display as a description.
PrivateStream::getDescription function core/lib/Drupal/Core/StreamWrapper/PrivateStream.php Returns the description of the stream wrapper for use in the UI.
PublicStream::getDescription function core/lib/Drupal/Core/StreamWrapper/PublicStream.php Returns the description of the stream wrapper for use in the UI.
RebuildPermissionsForm::getDescription function core/modules/node/src/Form/RebuildPermissionsForm.php Returns additional text to display as a description.
ReindexConfirm::getDescription function core/modules/search/src/Form/ReindexConfirm.php Returns additional text to display as a description.
remove-description-from-article-content-type.php file core/modules/node/tests/fixtures/update/remove-description-from-article-content-type.php Empties the description of the `article` content type.
remove-description-from-tags-vocabulary.php file core/modules/taxonomy/tests/fixtures/update/remove-description-from-tags-vocabulary.php Empties the description of the `tags` vocabulary.
RevisionDeleteForm::getDescription function core/lib/Drupal/Core/Entity/Form/RevisionDeleteForm.php Returns additional text to display as a description.
RevisionRevertForm::getDescription function core/lib/Drupal/Core/Entity/Form/RevisionRevertForm.php Returns additional text to display as a description.
RevisionVersionHistoryTest::testDescriptionLinkNoAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision link, without access to revision page.
RevisionVersionHistoryTest::testDescriptionLinkWithAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision link, with access to revision page.
RevisionVersionHistoryTest::testDescriptionNoRevLogNoLabelAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test description with entity, without revision log, no label access.
RevisionVersionHistoryTest::testDescriptionNoRevLogWithLabelAccess function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test description with entity, without revision log, with label access.
RevisionVersionHistoryTest::testDescriptionRevisionLogMessage function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test revision log message if supported, and HTML tags are stripped.
RevisionVersionHistoryTest::testDescriptionRevLog function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test description with entity implementing revision log.
RevisionVersionHistoryTest::testDescriptionRevLogNullValues function core/tests/Drupal/FunctionalTests/Entity/RevisionVersionHistoryTest.php Test description with entity implementing revision log, with empty values.
Rss::getDescription function core/modules/views/src/Plugin/views/style/Rss.php Get RSS feed description.
RssResponseCdata::wrapDescriptionCdata function core/lib/Drupal/Core/EventSubscriber/RssResponseCdata.php Converts description node to CDATA RSS markup.
StreamWrapperInterface::getDescription function core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php Returns the description of the stream wrapper for use in the UI.
StreamWrapperManager::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns registered stream wrapper descriptions.
StreamWrapperManagerInterface::getDescriptions function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns registered stream wrapper descriptions.
SwitchToLiveForm::getDescription function core/modules/workspaces/src/Form/SwitchToLiveForm.php Returns additional text to display as a description.
TemporaryStream::getDescription function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Returns the description of the stream wrapper for use in the UI.

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