Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::isNewRevision | function | core/ |
Gets whether a new revision should be created by default. |
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. |
NormalizerBase::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
NullNormalizerTest::$interface | property | core/ |
The interface to use in testing. |
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. |
OperationInterface::process | function | composer/ |
Process this scaffold operation. |
OperationInterface::scaffoldAtNewLocation | function | composer/ |
Determines what to do if operation is used without a previous operation. |
OperationInterface::scaffoldOverExistingTarget | function | composer/ |
Determines what to do if operation is used at same path as a previous op. |
OptionsProviderInterface | interface | core/ |
Interface for retrieving all possible and settable values. |
OptionsProviderInterface.php | file | core/ |
|
OptionsProviderInterface::getPossibleOptions | function | core/ |
Returns an array of possible values with labels for display. |
OptionsProviderInterface::getPossibleValues | function | core/ |
Returns an array of possible values. |
OptionsProviderInterface::getSettableOptions | function | core/ |
Returns an array of settable values with labels for display. |
OptionsProviderInterface::getSettableValues | function | core/ |
Returns an array of settable values. |
OutboundPathProcessorInterface | interface | core/ |
Defines an interface for classes that process the outbound path. |
OutboundPathProcessorInterface.php | file | core/ |
|
OutboundPathProcessorInterface::processOutbound | function | core/ |
Processes the outbound path. |
OutboundRouteProcessorInterface | interface | core/ |
Defines an interface for classes that process the outbound route. |
OutboundRouteProcessorInterface.php | file | core/ |
|
OutboundRouteProcessorInterface::processOutbound | function | core/ |
Processes the outbound route. |
Pagination
- Previous page
- Page 62
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.