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
PoStreamReader::getHeader function core/lib/Drupal/Component/Gettext/PoStreamReader.php
PoStreamReader::getLangcode function core/lib/Drupal/Component/Gettext/PoStreamReader.php
PoStreamReader::getSeek function core/lib/Drupal/Component/Gettext/PoStreamReader.php Gets the pointer position of the current PO stream.
PoStreamReader::getURI function core/lib/Drupal/Component/Gettext/PoStreamReader.php
PoStreamReader::open function core/lib/Drupal/Component/Gettext/PoStreamReader.php Implements Drupal\Component\Gettext\PoStreamInterface::open().
PoStreamReader::parseQuoted function core/lib/Drupal/Component/Gettext/PoStreamReader.php Parses a string in quotes.
PoStreamReader::readHeader function core/lib/Drupal/Component/Gettext/PoStreamReader.php Read the header from the PO stream.
PoStreamReader::readItem function core/lib/Drupal/Component/Gettext/PoStreamReader.php
PoStreamReader::readLine function core/lib/Drupal/Component/Gettext/PoStreamReader.php Reads a line from the PO stream and stores data internally.
PoStreamReader::setHeader function core/lib/Drupal/Component/Gettext/PoStreamReader.php Implements Drupal\Component\Gettext\PoMetadataInterface::setHeader().
PoStreamReader::setItemFromArray function core/lib/Drupal/Component/Gettext/PoStreamReader.php Store the parsed values as a PoItem object.
PoStreamReader::setLangcode function core/lib/Drupal/Component/Gettext/PoStreamReader.php
PoStreamReader::setSeek function core/lib/Drupal/Component/Gettext/PoStreamReader.php Sets the seek position for the current PO stream.
PoStreamReader::setURI function core/lib/Drupal/Component/Gettext/PoStreamReader.php
PoStreamReader::shortenComments function core/lib/Drupal/Component/Gettext/PoStreamReader.php Generates a short, one-string version of the passed comment array.
PoStreamWriter class core/lib/Drupal/Component/Gettext/PoStreamWriter.php Defines a Gettext PO stream writer.
PoStreamWriter.php file core/lib/Drupal/Component/Gettext/PoStreamWriter.php
PoStreamWriter::$fd property core/lib/Drupal/Component/Gettext/PoStreamWriter.php File handle of the current PO stream.
PoStreamWriter::$header property core/lib/Drupal/Component/Gettext/PoStreamWriter.php The Gettext PO header.
PoStreamWriter::$langcode property core/lib/Drupal/Component/Gettext/PoStreamWriter.php The language code of this writer.
PoStreamWriter::$uri property core/lib/Drupal/Component/Gettext/PoStreamWriter.php URI of the PO stream that is being written.
PoStreamWriter::close function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Implements Drupal\Component\Gettext\PoStreamInterface::close().
PoStreamWriter::getHeader function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Gets the PO header of the current stream.
PoStreamWriter::getLangcode function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Gets the current language code used.
PoStreamWriter::getURI function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Implements Drupal\Component\Gettext\PoStreamInterface::getURI().
PoStreamWriter::open function core/lib/Drupal/Component/Gettext/PoStreamWriter.php
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
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
PoStreamWriter::writeItems function core/lib/Drupal/Component/Gettext/PoStreamWriter.php
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_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

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