Search for post
| Title | Object type | File name | Summary |
|---|---|---|---|
| PostApplyEvent | class | core/ |
Event fired after staged changes are synced to the active directory. |
| PostApplyEvent.php | file | core/ |
|
| PostApplySubscriber | class | core/ |
Writes a file after staged changes are applied to the active directory. |
| PostApplySubscriber.php | file | core/ |
|
| PostApplySubscriber::$pathLocator | property | core/ |
The path locator service. |
| PostApplySubscriber::getSubscribedEvents | function | core/ |
|
| PostApplySubscriber::postApply | function | core/ |
Writes a file when staged changes are applied to the active directory. |
| PostApplySubscriber::__construct | function | core/ |
Constructs a PostApplySubscriber. |
| PostCreateEvent | class | core/ |
Event fired after a stage directory has been created. |
| PostCreateEvent.php | file | core/ |
|
| PostgresqlDateSql | class | core/ |
PostgreSQL-specific date handling. |
| PostgresqlDateSql.php | file | core/ |
|
| PostgresqlDateSql::$database | property | core/ |
The database connection. |
| PostgresqlDateSql::$replace | property | core/ |
An array of PHP-to-PostgreSQL replacement patterns. |
| PostgresqlDateSql::getDateField | function | core/ |
Returns a native database expression for a given field. |
| PostgresqlDateSql::getDateFormat | function | core/ |
Creates a native database date formatting. |
| PostgresqlDateSql::setFieldTimezoneOffset | function | core/ |
Applies the given offset to the given field. |
| PostgresqlDateSql::setTimezoneOffset | function | core/ |
Set the database to the given timezone. |
| PostgresqlDateSql::__construct | function | core/ |
Constructs the PostgreSQL-specific date sql class. |
| PostgresqlDateSqlTest | class | core/ |
Tests the PostgreSQL-specific date query handler. |
| PostgresqlDateSqlTest.php | file | core/ |
|
| PostgresqlDateSqlTest::$database | property | core/ |
The mocked database service. |
| PostgresqlDateSqlTest::providerTestGetDateFormat | function | core/ |
Provider for date formatting test. |
| PostgresqlDateSqlTest::setUp | function | core/ |
|
| PostgresqlDateSqlTest::testGetDateField | function | core/ |
Tests the getDateField method. |
| PostgresqlDateSqlTest::testGetDateFormat | function | core/ |
Tests date formatting replacement. |
| PostgresqlDateSqlTest::testSetFieldTimezoneOffset | function | core/ |
Tests timezone offset formatting. |
| PostgresqlDateSqlTest::testSetTimezoneOffset | function | core/ |
Tests setting the database offset. |
| PostPackageEventListenerInterface | interface | composer/ |
Interface for post package event listeners. |
| PostPackageEventListenerInterface.php | file | composer/ |
|
| PostPackageEventListenerInterface::event | function | composer/ |
Handles package events during a 'composer require' operation. |
| PoStreamInterface | interface | core/ |
Common functions for file/stream based PO readers/writers. |
| PoStreamInterface.php | file | core/ |
|
| PoStreamInterface::close | function | core/ |
Close the stream. |
| PoStreamInterface::getURI | function | core/ |
Gets the URI of the PO stream that is being read or written. |
| PoStreamInterface::open | function | core/ |
Open the stream. Set the URI for the stream earlier with setURI(). |
| PoStreamInterface::setURI | function | core/ |
Set the URI of the PO stream that is going to be read or written. |
| PoStreamReader | class | core/ |
Implements Gettext PO stream reader. |
| PoStreamReader.php | file | core/ |
|
| PoStreamReader::$context | property | core/ |
Parser context for the stream reader state machine. |
| PoStreamReader::$currentItem | property | core/ |
Current entry being read. Incomplete. |
| PoStreamReader::$currentPluralIndex | property | core/ |
Current plural index for plural translations. |
| PoStreamReader::$errors | property | core/ |
Array of translated error strings recorded on reading this stream so far. |
| PoStreamReader::$fd | property | core/ |
File handle of the current PO stream. |
| PoStreamReader::$finished | property | core/ |
Indicator of whether the stream reading is finished. |
| PoStreamReader::$header | property | core/ |
The PO stream header. |
| PoStreamReader::$langcode | property | core/ |
Language code for the PO stream being read. |
| PoStreamReader::$lastItem | property | core/ |
Object wrapper for the last read source/translation pair. |
| PoStreamReader::$lineNumber | property | core/ |
Source line number of the stream being parsed. |
| PoStreamReader::$uri | property | core/ |
URI of the PO stream that is being read. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.