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