Search for nodes
- Search 7.x for nodes
- Search 9.5.x for nodes
- Search 8.9.x for nodes
- Search 10.3.x for nodes
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NodeSearch::findResults | function | core/ |
Queries to find search results, and sets status messages. |
NodeSearch::getRankings | function | core/ |
Gathers ranking definitions from hook_ranking(). |
NodeSearch::getType | function | core/ |
Returns the search index type this plugin uses. |
NodeSearch::indexClear | function | core/ |
Clears the search index for this plugin. |
NodeSearch::indexNode | function | core/ |
Indexes a single node. |
NodeSearch::indexStatus | function | core/ |
Reports the status of indexing. |
NodeSearch::isSearchExecutable | function | core/ |
Verifies if the values set via setSearch() are valid and sufficient. |
NodeSearch::markForReindex | function | core/ |
Marks the search index for reindexing for this plugin. |
NodeSearch::parseAdvancedDefaults | function | core/ |
Parses the advanced search form default values. |
NodeSearch::prepareResults | function | core/ |
Prepares search results for rendering. |
NodeSearch::removeSubmittedInfo | function | core/ |
Removes the submitted by information from the build array. |
NodeSearch::searchFormAlter | function | core/ |
Alters the search form when being built for a given plugin. |
NodeSearch::submitConfigurationForm | function | core/ |
Form submission handler. |
NodeSearch::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
NodeSearch::updateIndex | function | core/ |
Updates the search index for this plugin. |
NodeSearch::__construct | function | core/ |
Constructs a \Drupal\node\Plugin\Search\NodeSearch object. |
NodeSearchHooks | class | core/ |
Search related hook implementations for node module. |
NodeSearchHooks.php | file | core/ |
|
NodeSearchHooks::commentDelete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for comment entities. |
NodeSearchHooks::commentInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert() for comment entities. |
NodeSearchHooks::commentUpdate | function | core/ |
Implements hook_ENTITY_TYPE_update() for comment entities. |
NodeSearchHooks::cron | function | core/ |
Implements hook_cron(). |
NodeSearchHooks::nodeUpdate | function | core/ |
Implements hook_node_update(). |
NodeSearchHooks::ranking | function | core/ |
Implements hook_ranking(). |
NodeSearchHooks::reindexNodeForSearch | function | core/ |
Reindex a node for search. |
NodeSearchHooks::__construct | function | core/ |
|
NodeSelection | class | core/ |
Provides specific access control for the node entity type. |
NodeSelection.php | file | core/ |
|
NodeSelection::buildEntityQuery | function | core/ |
Builds an EntityQuery to get referenceable entities. |
NodeSelection::createNewEntity | function | core/ |
Creates a new entity object that can be used as a valid reference. |
NodeSelection::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
NodeServiceProvider | class | core/ |
Registers services in the container. |
NodeServiceProvider.php | file | core/ |
|
NodeServiceProvider::register | function | core/ |
Registers services to the container. |
NodeStorage | class | core/ |
Defines the storage handler class for nodes. |
NodeStorage.php | file | core/ |
|
NodeStorage::clearRevisionsLanguage | function | core/ |
Unsets the language for all nodes with the given language. |
NodeStorage::countDefaultLanguageRevisions | function | core/ |
Counts the number of revisions in the default language. |
NodeStorage::revisionIds | function | core/ |
Gets a list of node revision IDs for a specific node. |
NodeStorage::updateType | function | core/ |
Updates all nodes of one type to be of another type. |
NodeStorage::userRevisionIds | function | core/ |
Gets a list of revision IDs having a given user as node author. |
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. |
NodeStorageSchema | class | core/ |
Defines the node schema handler. |
NodeStorageSchema.php | file | core/ |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.