Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NodeInterface.php | file | core/ |
|
NodeInterface::getCreatedTime | function | core/ |
Gets the node creation timestamp. |
NodeInterface::getRevisionCreationTime | function | core/ |
Gets the node revision creation timestamp. |
NodeInterface::getTitle | function | core/ |
Gets the node title. |
NodeInterface::getType | function | core/ |
Gets the node type. |
NodeInterface::isPromoted | function | core/ |
Returns the node promotion status. |
NodeInterface::isSticky | function | core/ |
Returns the node sticky status. |
NodeInterface::NOT_PROMOTED | constant | core/ |
Denotes that the node is not promoted to the front page. |
NodeInterface::NOT_PUBLISHED | constant | core/ |
Denotes that the node is not published. |
NodeInterface::NOT_STICKY | constant | core/ |
Denotes that the node is not sticky at the top of the page. |
NodeInterface::PROMOTED | constant | core/ |
Denotes that the node is promoted to the front page. |
NodeInterface::PUBLISHED | constant | core/ |
Denotes that the node is published. |
NodeInterface::setCreatedTime | function | core/ |
Sets the node creation timestamp. |
NodeInterface::setPromoted | function | core/ |
Sets the node promoted status. |
NodeInterface::setRevisionCreationTime | function | core/ |
Sets the node revision creation timestamp. |
NodeInterface::setSticky | function | core/ |
Sets the node sticky status. |
NodeInterface::setTitle | function | core/ |
Sets the node title. |
NodeInterface::STICKY | constant | core/ |
Denotes that the node is sticky at the top of the page. |
NodeStorageInterface | interface | core/ |
Defines an interface for node entity storage classes. |
NodeStorageInterface.php | file | core/ |
|
NodeStorageInterface::clearRevisionsLanguage | function | core/ |
Unsets the language for all nodes with the given language. |
NodeStorageInterface::countDefaultLanguageRevisions | function | core/ |
Counts the number of revisions in the default language. |
NodeStorageInterface::revisionIds | function | core/ |
Gets a list of node revision IDs for a specific node. |
NodeStorageInterface::updateType | function | core/ |
Updates all nodes of one type to be of another type. |
NodeStorageInterface::userRevisionIds | function | core/ |
Gets a list of revision IDs having a given user as node author. |
NodeTypeInterface | interface | core/ |
Provides an interface defining a node type entity. |
NodeTypeInterface.php | file | core/ |
|
NodeTypeInterface::displaySubmitted | function | core/ |
Gets whether 'Submitted by' information should be shown. |
NodeTypeInterface::getDescription | function | core/ |
Gets the description. |
NodeTypeInterface::getHelp | function | core/ |
Gets the help information. |
NodeTypeInterface::getPreviewMode | function | core/ |
Gets the preview mode. |
NodeTypeInterface::isLocked | function | core/ |
Determines whether the node type is locked. |
NodeTypeInterface::setDisplaySubmitted | function | core/ |
Sets whether 'Submitted by' information should be shown. |
NodeTypeInterface::setNewRevision | function | core/ |
Sets whether a new revision should be created by default. |
NodeTypeInterface::setPreviewMode | function | core/ |
Sets the preview mode. |
NullNormalizerTest::$interface | property | core/ |
The interface to use in testing. |
ObjectAwareSerializationInterface | interface | core/ |
Ensures that a serializer is usable for serializing PHP objects. |
ObjectAwareSerializationInterface.php | file | core/ |
|
ObjectWithPluginCollectionInterface | interface | core/ |
Provides an interface for an object using a plugin collection. |
ObjectWithPluginCollectionInterface.php | file | core/ |
|
ObjectWithPluginCollectionInterface::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
OEmbedInterface | interface | core/ |
Defines additional functionality for source plugins that use oEmbed. |
OEmbedInterface.php | file | core/ |
|
OEmbedInterface::getProviders | function | core/ |
Returns the oEmbed provider names. |
OpenerResolverInterface | interface | core/ |
Defines an interface to get a media library opener from the container. |
OpenerResolverInterface.php | file | core/ |
|
OpenerResolverInterface::get | function | core/ |
Gets a media library opener service from the container. |
OperationInterface | interface | composer/ |
Interface for scaffold operation objects. |
OperationInterface.php | file | composer/ |
|
OperationInterface::contents | function | composer/ |
Returns the exact data that will be written to the scaffold files. |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.