Search for post
Title | Object type | File name | Summary |
---|---|---|---|
path_removed_post_updates | function | core/ |
Implements hook_removed_post_updates(). |
PendingUpdatesValidatorTest::testPendingPostUpdate | function | core/ |
Tests that an error is raised if there are pending post-updates. |
Plugin::postCmd | function | composer/ |
Post command event callback. |
Plugin::postPackage | function | composer/ |
Post package event behavior. |
PluginEventSubscriber::postImport | function | core/ |
Forwards post-import events to the source and destination plugins. |
PluginEventSubscriber::postRollback | function | core/ |
Forwards post-rollback events to the source and destination plugins. |
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. |
PostgreSqlSequenceUpdateTest | class | core/ |
Tests that any unowned sequences created previously have a table owner. |
PostgreSqlSequenceUpdateTest.php | file | core/ |
|
PostgreSqlSequenceUpdateTest::$connection | property | core/ |
The database connection to use. |
PostgreSqlSequenceUpdateTest::getSequenceOwner | function | core/ |
Retrieves the sequence owner object. |
PostgreSqlSequenceUpdateTest::runDbTasks | function | core/ |
Runs the install database tasks for the driver used by the test runner. |
PostgreSqlSequenceUpdateTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
PostgreSqlSequenceUpdateTest::testPostgreSqlSequenceUpdate | function | core/ |
Asserts that a newly created sequence has the correct ownership. |
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. |
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.