Search for interface

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

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