Search for post

  1. Search 7.x for post
  2. Search 9.5.x for post
  3. Search 8.9.x for post
  4. Search 10.3.x for post
  5. Other projects
Title Object type File name Summary
PluginEventSubscriber::postImport function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards post-import events to the source and destination plugins.
PluginEventSubscriber::postRollback function core/modules/migrate/src/Plugin/PluginEventSubscriber.php Forwards post-rollback events to the source and destination plugins.
PostgresqlDateSql class core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php PostgreSQL-specific date handling.
PostgresqlDateSql.php file core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSql::$database property core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php The database connection.
PostgresqlDateSql::$replace property core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php An array of PHP-to-PostgreSQL replacement patterns.
PostgresqlDateSql::getDateField function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSql::getDateFormat function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSql::__construct function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php Constructs the PostgreSQL-specific date sql class.
PostgresqlDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests the PostgreSQL-specific date query handler.
PostgresqlDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php
PostgresqlDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php The mocked database service.
PostgresqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Provider for date formatting test.
PostgresqlDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php
PostgresqlDateSqlTest::testGetDateField function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests the getDateField method.
PostgresqlDateSqlTest::testGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests date formatting replacement.
PostgresqlDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests timezone offset formatting.
PostgresqlDateSqlTest::testSetTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests setting the database offset.
PostgreSqlSequenceUpdateTest class core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Tests that any unowned sequences created previously have a table owner.
PostgreSqlSequenceUpdateTest.php file core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php
PostgreSqlSequenceUpdateTest::$connection property core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php The database connection to use.
PostgreSqlSequenceUpdateTest::getSequenceOwner function core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Retrieves the sequence owner object.
PostgreSqlSequenceUpdateTest::runDbTasks function core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Runs the install database tasks for the driver used by the test runner.
PostgreSqlSequenceUpdateTest::setDatabaseDumpFiles function core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Set database dump files to be used.
PostgreSqlSequenceUpdateTest::testPostgreSqlSequenceUpdate function core/modules/pgsql/tests/src/Functional/Database/PostgreSqlSequenceUpdateTest.php Asserts that a newly created sequence has the correct ownership.
PostPackageEventListenerInterface interface composer/Plugin/Scaffold/PostPackageEventListenerInterface.php Interface for post package event listeners.
PostPackageEventListenerInterface.php file composer/Plugin/Scaffold/PostPackageEventListenerInterface.php
PostPackageEventListenerInterface::event function composer/Plugin/Scaffold/PostPackageEventListenerInterface.php Handles package events during a 'composer require' operation.
PoStreamInterface interface core/lib/Drupal/Component/Gettext/PoStreamInterface.php Common functions for file/stream based PO readers/writers.
PoStreamInterface.php file core/lib/Drupal/Component/Gettext/PoStreamInterface.php
PoStreamInterface::close function core/lib/Drupal/Component/Gettext/PoStreamInterface.php Close the stream.
PoStreamInterface::getURI function core/lib/Drupal/Component/Gettext/PoStreamInterface.php Gets the URI of the PO stream that is being read or written.
PoStreamInterface::open function core/lib/Drupal/Component/Gettext/PoStreamInterface.php Open the stream. Set the URI for the stream earlier with setURI().
PoStreamInterface::setURI function core/lib/Drupal/Component/Gettext/PoStreamInterface.php Set the URI of the PO stream that is going to be read or written.
PoStreamReader class core/lib/Drupal/Component/Gettext/PoStreamReader.php Implements Gettext PO stream reader.
PoStreamReader.php file core/lib/Drupal/Component/Gettext/PoStreamReader.php
PoStreamReader::$context property core/lib/Drupal/Component/Gettext/PoStreamReader.php Parser context for the stream reader state machine.
PoStreamReader::$currentItem property core/lib/Drupal/Component/Gettext/PoStreamReader.php Current entry being read. Incomplete.
PoStreamReader::$currentPluralIndex property core/lib/Drupal/Component/Gettext/PoStreamReader.php Current plural index for plural translations.
PoStreamReader::$errors property core/lib/Drupal/Component/Gettext/PoStreamReader.php Array of translated error strings recorded on reading this stream so far.
PoStreamReader::$fd property core/lib/Drupal/Component/Gettext/PoStreamReader.php File handle of the current PO stream.
PoStreamReader::$finished property core/lib/Drupal/Component/Gettext/PoStreamReader.php Indicator of whether the stream reading is finished.
PoStreamReader::$header property core/lib/Drupal/Component/Gettext/PoStreamReader.php The PO stream header.
PoStreamReader::$langcode property core/lib/Drupal/Component/Gettext/PoStreamReader.php Language code for the PO stream being read.
PoStreamReader::$lastItem property core/lib/Drupal/Component/Gettext/PoStreamReader.php Object wrapper for the last read source/translation pair.
PoStreamReader::$lineNumber property core/lib/Drupal/Component/Gettext/PoStreamReader.php Source line number of the stream being parsed.
PoStreamReader::$uri property core/lib/Drupal/Component/Gettext/PoStreamReader.php URI of the PO stream that is being read.
PoStreamReader::close function core/lib/Drupal/Component/Gettext/PoStreamReader.php Implements Drupal\Component\Gettext\PoStreamInterface::close().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.