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 11.x for post
  5. Other projects
Title Object type File name Summary
PoStreamWriter::open function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Open the stream. Set the URI for the stream earlier with setURI().
PoStreamWriter::setHeader function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Set the PO header for the current stream.
PoStreamWriter::setLangcode function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Set the language code.
PoStreamWriter::setURI function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Set the URI of the PO stream that is going to be read or written.
PoStreamWriter::write function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Write data to the stream.
PoStreamWriter::writeHeader function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Write the PO header to the stream.
PoStreamWriter::writeItem function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Writes the given item.
PoStreamWriter::writeItems function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Writes all or the given amount of items.
PoStreamWriterTest class core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php @coversDefaultClass \Drupal\Component\Gettext\PoStreamWriter
@group Gettext
PoStreamWriterTest.php file core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php
PoStreamWriterTest::$poFile property core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php The mock po file.
PoStreamWriterTest::$poWriter property core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php The PO writer object under test.
PoStreamWriterTest::providerWriteData function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php
PoStreamWriterTest::setUp function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php
PoStreamWriterTest::testCloseException function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php @covers ::close
PoStreamWriterTest::testGetUriException function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php @covers ::getURI
PoStreamWriterTest::testWriteItem function core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php @covers ::writeItem
@dataProvider providerWriteData
post_update_test_failing.info.yml file core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.info.yml
post_update_test_failing.post_update.php file core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php Post update functions for test module.
post_update_test_failing_post_update_exception function core/modules/system/tests/modules/post_update_test_failing/post_update_test_failing.post_update.php Post update that throws an exception.
Registry::postProcessExtension function core/lib/Drupal/Core/Theme/Registry.php Completes the theme registry adding discovered functions and hooks.
RegistryTest::providerTestPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php Provides test data to ::testPostProcessExtension().
RegistryTest::testPostProcessExtension function core/tests/Drupal/Tests/Core/Theme/RegistryTest.php @covers ::postProcessExtension
@covers ::completeSuggestion
@covers ::mergePreprocessFunctions
RemovedPostUpdateNameException class core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php An exception thrown for removed post-update functions.
RemovedPostUpdateNameException.php file core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php
RendererPlaceholdersTest::testCacheableParentWithPostRequest function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
@covers \Drupal\Core\Render\RenderCache::get
@covers ::replacePlaceholders
RendererPlaceholdersTest::testPlaceholderingDisabledForPostRequests function core/tests/Drupal/Tests/Core/Render/RendererPlaceholdersTest.php @covers ::render
@covers ::doRender
@covers \Drupal\Core\Render\RenderCache::get
@covers \Drupal\Core\Render\PlaceholderingRenderCache::get
@covers \Drupal\Core\Render\PlaceholderingRenderCache::set
@covers ::replacePlaceholders
RequestSanitizerTest::testAcceptableDestinationPost function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests acceptable destinations are not removed from POST requests.
RequestSanitizerTest::testSanitizedDestinationPost function core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php Tests unacceptable destinations are removed from GET requests.
ResourceTestBase::doTestPostIndividual function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Tests POSTing an individual resource, plus edge cases to ensure good DX.
ResourceTestBase::getModifiedEntityForPostTesting function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Gets the normalized POST entity with random values for its unique fields.
ResourceTestBase::getPostDocument function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Returns the JSON:API POST document.
ResponsiveImageStyleResourceTestBase::getNormalizedPostEntity function core/modules/responsive_image/tests/src/Functional/Rest/ResponsiveImageStyleResourceTestBase.php Returns the normalized POST entity.
ResponsiveImageStyleTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/ResponsiveImageStyleTest.php Returns the JSON:API POST document.
responsive_image.post_update.php file core/modules/responsive_image/responsive_image.post_update.php Post update functions for Responsive Image.
responsive_image_post_update_image_loading_attribute function core/modules/responsive_image/responsive_image.post_update.php Add the image loading settings to responsive image field formatter instances.
responsive_image_post_update_order_multiplier_numerically function core/modules/responsive_image/responsive_image.post_update.php Re-order mappings by breakpoint ID and descending numeric multiplier order.
responsive_image_removed_post_updates function core/modules/responsive_image/responsive_image.post_update.php Implements hook_removed_post_updates().
rest.post_update.php file core/modules/rest/rest.post_update.php Post update functions for Rest.
rest.resource.entity.post_route.subscriber service core/modules/rest/rest.services.yml \Drupal\rest\EventSubscriber\EntityResourcePostRouteSubscriber
RestResourceConfig::postDelete function core/modules/rest/src/Entity/RestResourceConfig.php Acts on deleted entities before the delete hook is invoked.
RestResourceConfig::postSave function core/modules/rest/src/Entity/RestResourceConfig.php Acts on a saved entity before the insert or update hook is invoked.
RestResourceConfigResourceTestBase::getNormalizedPostEntity function core/modules/rest/tests/src/Functional/Rest/RestResourceConfigResourceTestBase.php Returns the normalized POST entity.
RestResourceConfigTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/RestResourceConfigTest.php Returns the JSON:API POST document.
rest_removed_post_updates function core/modules/rest/rest.post_update.php Implements hook_removed_post_updates().
rest_test_views_views_post_execute function core/modules/rest/tests/modules/rest_test_views/rest_test_views.module Implements hook_views_post_execute().
Role::postLoad function core/modules/user/src/Entity/Role.php Acts on loaded entities.
RoleResourceTestBase::getNormalizedPostEntity function core/modules/user/tests/src/Functional/Rest/RoleResourceTestBase.php Returns the normalized POST entity.
RoleTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/RoleTest.php Returns the JSON:API POST document.
RollbackAwareInterface::postRollback function core/modules/migrate/src/Event/RollbackAwareInterface.php Performs post-rollback tasks.

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