Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
DeleteAuthorizeSettingsUpdateTest::testSystemAuthorizeRemoval function core/modules/system/tests/src/Functional/Update/DeleteAuthorizeSettingsUpdateTest.php Tests system_post_update_delete_authorize_settings().
DeletedFieldsRepository class core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Provides a repository for deleted field and field storage objects.
DeletedFieldsRepository.php file core/lib/Drupal/Core/Field/DeletedFieldsRepository.php
DeletedFieldsRepository::$state property core/lib/Drupal/Core/Field/DeletedFieldsRepository.php The state key/value store.
DeletedFieldsRepository::addFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Adds a field definition object to the deleted list.
DeletedFieldsRepository::addFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Adds a field storage definition object to the deleted list.
DeletedFieldsRepository::getFieldDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Returns a list of deleted field definitions.
DeletedFieldsRepository::getFieldStorageDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Returns a list of deleted field storage definitions.
DeletedFieldsRepository::removeFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Removes a field definition object from the deleted list.
DeletedFieldsRepository::removeFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Removes a field storage definition object from the deleted list.
DeletedFieldsRepository::__construct function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Constructs a new deleted fields repository.
DeletedFieldsRepositoryInterface interface core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Provides an interface for a deleted fields repository.
DeletedFieldsRepositoryInterface.php file core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php
DeletedFieldsRepositoryInterface::addFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Adds a field definition object to the deleted list.
DeletedFieldsRepositoryInterface::addFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Adds a field storage definition object to the deleted list.
DeletedFieldsRepositoryInterface::getFieldDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Returns a list of deleted field definitions.
DeletedFieldsRepositoryInterface::getFieldStorageDefinitions function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Returns a list of deleted field storage definitions.
DeletedFieldsRepositoryInterface::removeFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field definition object from the deleted list.
DeletedFieldsRepositoryInterface::removeFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field storage definition object from the deleted list.
DeletedWorkspaceConstraint class core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php Deleted workspace constraint.
DeletedWorkspaceConstraint.php file core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php
DeletedWorkspaceConstraint::$message property core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraint.php The default violation message.
DeletedWorkspaceConstraintValidator class core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Checks if data still exists for a deleted workspace ID.
DeletedWorkspaceConstraintValidator.php file core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::$workspaceAssociation property core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php The workspace association service.
DeletedWorkspaceConstraintValidator::create function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Instantiates a new instance of this class.
DeletedWorkspaceConstraintValidator::validate function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php
DeletedWorkspaceConstraintValidator::__construct function core/modules/workspaces/src/Plugin/Validation/Constraint/DeletedWorkspaceConstraintValidator.php Creates a new DeletedWorkspaceConstraintValidator instance.
DeleteFeedItemTest class core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php Delete feed items from a feed.
DeleteFeedItemTest.php file core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php
DeleteFeedItemTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php The theme to install as the default for testing.
DeleteFeedItemTest::testDeleteFeedItem function core/modules/aggregator/tests/src/Functional/DeleteFeedItemTest.php Tests running "delete items" from 'admin/config/services/aggregator' page.
DeleteFeedTest class core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php Delete feed test.
DeleteFeedTest.php file core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php
DeleteFeedTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php The theme to install as the default for testing.
DeleteFeedTest::$modules property core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php Modules to install.
DeleteFeedTest::testDeleteFeed function core/modules/aggregator/tests/src/Functional/DeleteFeedTest.php Deletes a feed and ensures that all of its services are deleted.
DeleteForm::getDeletionMessage function core/modules/comment/src/Form/DeleteForm.php
DeleteForm::getDescription function core/modules/comment/src/Form/DeleteForm.php Returns additional text to display as a description.
DeleteForm::getQuestion function core/modules/forum/src/Form/DeleteForm.php Returns the question to ask the user.
DeleteForm::logDeletionMessage function core/modules/comment/src/Form/DeleteForm.php
DeleteForm::submitForm function core/modules/forum/src/Form/DeleteForm.php Form submission handler.
DeleteMultiple::getDeletedMessage function core/modules/node/src/Form/DeleteMultiple.php Returns the message to show the user after an item was deleted.
DeleteMultiple::getInaccessibleMessage function core/modules/node/src/Form/DeleteMultiple.php Returns the message to show the user when an item has not been deleted.
DeleteMultipleForm::$currentUser property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The current user.
DeleteMultipleForm::$messenger property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The messenger service.
DeleteMultipleForm::$selection property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The selection, in the entity_id => langcodes format.
DeleteMultipleForm::$tempStore property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The tempstore.
DeleteMultipleForm::getBaseFormId function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns a string identifying the base form.
DeleteMultipleForm::getDeletedMessage function core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php Returns the message to show the user after an item was deleted.

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