Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PublicStream::getDescription | function | core/ |
Returns the description of the stream wrapper for use in the UI. |
| PublicStream::getDirectoryPath | function | core/ |
Gets the path that the wrapper is responsible for. |
| PublicStream::getExternalUrl | function | core/ |
Returns a web accessible URL for the resource. |
| PublicStream::getName | function | core/ |
Returns the name of the stream wrapper for use in the UI. |
| PublicStream::getType | function | core/ |
Returns the type of stream wrapper. |
| PublishAction | class | core/ |
Publishes an entity. |
| PublishAction.php | file | core/ |
|
| PublishAction::access | function | core/ |
Checks object access. |
| PublishAction::execute | function | core/ |
Executes the plugin. |
| PublishActionTest | class | core/ |
@group Action |
| PublishActionTest.php | file | core/ |
|
| PublishActionTest::$modules | property | core/ |
Modules to enable. |
| PublishActionTest::setUp | function | core/ |
|
| PublishActionTest::testGetDerivativeDefinitions | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityPublishedActionDeriver::getDerivativeDefinitions[[api-linebreak]] |
| PublishActionTest::testPublishAction | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\PublishAction::execute[[api-linebreak]] |
| PublishActionTest::testUnpublishAction | function | core/ |
@covers \Drupal\Core\Action\Plugin\Action\UnpublishAction::execute[[api-linebreak]] |
| PublishComment | class | core/ |
Publishes a comment. |
| PublishComment.php | file | core/ |
|
| PublishComment::__construct | function | core/ |
Constructs a EntityActionBase object. |
| PublishNode | class | core/ |
Publishes a node. |
| PublishNode.php | file | core/ |
|
| PublishNode::__construct | function | core/ |
Constructs a EntityActionBase object. |
| Query::$comments | property | core/ |
An array of comments that can be prepended to a query. |
| Query::$queryOptions | property | core/ |
The query options to pass on to the connection object. |
| Query::$sqlFields | property | core/ |
An array of fields keyed by the field alias. |
| Query::$sqlGroupBy | property | core/ |
An array of strings added as to the group by, keyed by the string to avoid duplicates. |
| Query::$sqlQuery | property | core/ |
The build sql select query. |
| Query::$tables | property | core/ |
The Tables object for this query. |
| Query::addSort | function | core/ |
Adds the sort to the build query. |
| Query::existsAggregate | function | core/ |
Queries for the existence of a field. |
| Query::finish | function | core/ |
Finish the query by adding fields, GROUP BY and range. |
| Query::getComments | function | core/ |
Returns a reference to the comments array for the query. |
| Query::getConfigKeyStore | function | core/ |
Gets the key value store used to store fast lookups. |
| Query::getSqlField | function | core/ |
Constructs a select expression for a given field and language. |
| Query::getTables | function | core/ |
Gets the Tables object for this query. |
| Query::isSimpleQuery | function | core/ |
Determines whether the query requires GROUP BY and ORDER BY MIN/MAX. |
| Query::loadRecords | function | core/ |
Loads the config records to examine for the query. |
| Query::notExistsAggregate | function | core/ |
Queries for the nonexistence of a field. |
| Query::result | function | core/ |
Executes the query and returns the result. |
| Query::__construct | function | core/ |
Constructs a query object. |
| Query::__construct | function | core/ |
Constructs a Query object. |
| Query::__construct | function | core/ |
Constructs a Query object. |
| Query::__construct | function | core/ |
Constructs a new Query. |
| Query::__sleep | function | core/ |
Implements the magic __sleep function to disconnect from the database. |
| Query::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| Query::__toString | function | core/ |
Implements the magic __toString method. |
| QueryAggregate::$sqlExpressions | property | core/ |
Stores the sql expressions used to build the sql query. |
| QueryAggregate::addSortAggregate | function | core/ |
Builds the aggregation sort part of the query. |
| QueryAggregate::createSqlAlias | function | core/ |
Builds a sql alias as expected in the result. |
| QueryAggregate::existsAggregate | function | core/ |
Queries for the existence of a field. |
Pagination
- Previous page
- Page 973
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.