Search for nodes
| Title | Object type | File name | Summary |
|---|---|---|---|
| NodeSearch::buildSearchUrlQuery | function | core/ |
Builds the URL GET query parameters array for search. |
| NodeSearch::create | function | core/ |
Creates an instance of the plugin. |
| NodeSearch::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| NodeSearch::execute | function | core/ |
Executes the search. |
| 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. |
| 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. |
| NodeStatisticsDatabaseStorage | class | core/ |
Provides the default database storage backend for statistics. |
| NodeStatisticsDatabaseStorage.php | file | core/ |
|
| NodeStatisticsDatabaseStorage::$connection | property | core/ |
The database connection used. |
| NodeStatisticsDatabaseStorage::$requestStack | property | core/ |
The request stack. |
| NodeStatisticsDatabaseStorage::$state | property | core/ |
The state service. |
| NodeStatisticsDatabaseStorage::deleteViews | function | core/ |
Delete counts for a specific entity. |
| NodeStatisticsDatabaseStorage::fetchAll | function | core/ |
Returns the number of times an entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchView | function | core/ |
Returns the number of times a single entity has been viewed. |
| NodeStatisticsDatabaseStorage::fetchViews | function | core/ |
Returns the number of times entities have been viewed. |
| NodeStatisticsDatabaseStorage::getRequestTime | function | core/ |
Get current request time. |
| NodeStatisticsDatabaseStorage::maxTotalCount | function | core/ |
Returns the highest 'totalcount' value. |
| NodeStatisticsDatabaseStorage::recordView | function | core/ |
Counts an entity view. |
| NodeStatisticsDatabaseStorage::resetDayCount | function | core/ |
Reset the day counter for all entities once every day. |
| NodeStatisticsDatabaseStorage::__construct | function | core/ |
Constructs the statistics storage. |
| 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. |
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.