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
path_alias_removed_post_updates function core/modules/path_alias/path_alias.post_update.php Implements hook_removed_post_updates().
path_removed_post_updates function core/modules/path/path.post_update.php Implements hook_removed_post_updates().
PendingUpdatesValidatorTest::testPendingPostUpdate function core/modules/package_manager/tests/src/Kernel/PendingUpdatesValidatorTest.php Tests that an error is raised if there are pending post-updates.
Plugin::postCmd function composer/Plugin/Scaffold/Plugin.php Post command event callback.
Plugin::postPackage function composer/Plugin/Scaffold/Plugin.php Post package event behavior.
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.
PostApplyEvent class core/modules/package_manager/src/Event/PostApplyEvent.php Event fired after staged changes are synced to the active directory.
PostApplyEvent.php file core/modules/package_manager/src/Event/PostApplyEvent.php
PostApplySubscriber class core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/src/PostApplySubscriber.php Writes a file after staged changes are applied to the active directory.
PostApplySubscriber.php file core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/src/PostApplySubscriber.php
PostApplySubscriber::$pathLocator property core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/src/PostApplySubscriber.php The path locator service.
PostApplySubscriber::getSubscribedEvents function core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/src/PostApplySubscriber.php
PostApplySubscriber::postApply function core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/src/PostApplySubscriber.php Writes a file when staged changes are applied to the active directory.
PostApplySubscriber::__construct function core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/src/PostApplySubscriber.php Constructs a PostApplySubscriber.
PostCreateEvent class core/modules/package_manager/src/Event/PostCreateEvent.php Event fired after a stage directory has been created.
PostCreateEvent.php file core/modules/package_manager/src/Event/PostCreateEvent.php
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().

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