Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
MenuTreeStorageInterface::menuNameInUse function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Determines whether a specific menu name is used in the tree.
MenuTreeStorageInterface::rebuild function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Rebuilds the stored menu link definitions.
MenuTreeStorageInterface::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Clears all definitions cached in memory.
MenuTreeStorageInterface::save function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Saves a plugin definition to the storage.
MessageInterface interface core/modules/contact/src/MessageInterface.php Provides an interface defining a contact message entity.
MessageInterface.php file core/modules/contact/src/MessageInterface.php
MessageInterface::copySender function core/modules/contact/src/MessageInterface.php Returns TRUE if a copy should be sent to the sender.
MessageInterface::getContactForm function core/modules/contact/src/MessageInterface.php Returns the form this contact message belongs to.
MessageInterface::getMessage function core/modules/contact/src/MessageInterface.php Returns the message body.
MessageInterface::getPersonalRecipient function core/modules/contact/src/MessageInterface.php Returns the user this message is being sent to.
MessageInterface::getSenderMail function core/modules/contact/src/MessageInterface.php Returns the email address of the sender.
MessageInterface::getSenderName function core/modules/contact/src/MessageInterface.php Returns the name of the sender.
MessageInterface::getSubject function core/modules/contact/src/MessageInterface.php Returns the message subject.
MessageInterface::isPersonal function core/modules/contact/src/MessageInterface.php Returns TRUE if this is the personal contact form.
MessageInterface::setCopySender function core/modules/contact/src/MessageInterface.php Sets if the sender should receive a copy of this email or not.
MessageInterface::setMessage function core/modules/contact/src/MessageInterface.php Sets the email message to send.
MessageInterface::setSenderMail function core/modules/contact/src/MessageInterface.php Sets the email address of the sender.
MessageInterface::setSenderName function core/modules/contact/src/MessageInterface.php Sets the name of the message sender.
MessageInterface::setSubject function core/modules/contact/src/MessageInterface.php Sets the subject for the email.
MessagesBlockPluginInterface interface core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php The interface for "messages" (#type => status_messages) blocks.
MessagesBlockPluginInterface.php file core/lib/Drupal/Core/Block/MessagesBlockPluginInterface.php
MessengerInterface interface core/lib/Drupal/Core/Messenger/MessengerInterface.php Stores runtime messages sent out to individual users on the page.
MessengerInterface.php file core/lib/Drupal/Core/Messenger/MessengerInterface.php
MessengerInterface::addError function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new error message to the queue.
MessengerInterface::addMessage function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new message to the queue.
MessengerInterface::addStatus function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new status message to the queue.
MessengerInterface::addWarning function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new warning message to the queue.
MessengerInterface::all function core/lib/Drupal/Core/Messenger/MessengerInterface.php Gets all messages.
MessengerInterface::deleteAll function core/lib/Drupal/Core/Messenger/MessengerInterface.php Deletes all messages.
MessengerInterface::deleteByType function core/lib/Drupal/Core/Messenger/MessengerInterface.php Deletes all messages of a certain type.
MessengerInterface::messagesByType function core/lib/Drupal/Core/Messenger/MessengerInterface.php Gets all messages of a certain type.
MessengerInterface::TYPE_ERROR constant core/lib/Drupal/Core/Messenger/MessengerInterface.php An error.
MessengerInterface::TYPE_STATUS constant core/lib/Drupal/Core/Messenger/MessengerInterface.php A status message.
MessengerInterface::TYPE_WARNING constant core/lib/Drupal/Core/Messenger/MessengerInterface.php A warning.
MetadataGeneratorInterface interface core/modules/quickedit/src/MetadataGeneratorInterface.php Interface for generating in-place editing metadata.
MetadataGeneratorInterface.php file core/modules/quickedit/src/MetadataGeneratorInterface.php
MetadataGeneratorInterface::generateEntityMetadata function core/modules/quickedit/src/MetadataGeneratorInterface.php Generates in-place editing metadata for an entity.
MetadataGeneratorInterface::generateFieldMetadata function core/modules/quickedit/src/MetadataGeneratorInterface.php Generates in-place editing metadata for an entity field.
MigrateBuildDependencyInterface interface core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface.php file core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateBuildDependencyInterface::buildDependencyMigration function core/modules/migrate/src/MigrateBuildDependencyInterface.php Builds a dependency tree for the migrations and set their order.
MigrateDestinationInterface interface core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Defines an interface for Migration Destination classes.
MigrateDestinationInterface.php file core/modules/migrate/src/Plugin/MigrateDestinationInterface.php
MigrateDestinationInterface::fields function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Returns an array of destination fields.
MigrateDestinationInterface::getDestinationModule function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination module handling the destination data.
MigrateDestinationInterface::getIds function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Gets the destination IDs.
MigrateDestinationInterface::import function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Import the row.
MigrateDestinationInterface::rollback function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Delete the specified destination object from the target Drupal.
MigrateDestinationInterface::rollbackAction function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php The rollback action for the last imported item.
MigrateDestinationInterface::supportsRollback function core/modules/migrate/src/Plugin/MigrateDestinationInterface.php Whether the destination can be rolled back or not.

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