Search for eof

  1. Search 7.x for eof
  2. Search 9.5.x for eof
  3. Search 8.9.x for eof
  4. Search 11.x for eof
  5. Search main for eof
  6. Other projects
Title Object type File name Summary
BookManager::getTableOfContents function core/modules/book/src/BookManager.php
BookManager::getTableOfContents function core/modules/book/src/ProxyClass/BookManager.php
BookManager::recurseTableOfContents function core/modules/book/src/BookManager.php Recursively processes and formats book links for getTableOfContents().
BookManagerInterface::getTableOfContents function core/modules/book/src/BookManagerInterface.php Returns an array of book pages in table of contents order.
BookTest::testGetTableOfContents function core/modules/book/tests/src/Functional/BookTest.php Tests BookManager::getTableOfContents().
CKEditor5Test::languageOfPartsPluginConfigureLanguageListHelper function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Helper to set language list option for CKEditor.
CKEditor5Test::languageOfPartsPluginInitialConfigurationHelper function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Helper to configure CKEditor5 with Language plugin.
CKEditor5Test::languageOfPartsPluginTestHelper function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Validate expected languages available in editor.
CKEditor5Test::testLanguageOfPartsPlugin function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Test for Language of Parts plugin.
Date::$calculateOffset property core/modules/datetime/src/Plugin/views/argument/Date.php Determines if the timezone offset is calculated.
Date::$calculateOffset property core/modules/datetime/src/Plugin/views/filter/Date.php Determines if the timezone offset is calculated.
Date::$calculateOffset property core/modules/datetime/src/Plugin/views/sort/Date.php Determines if the timezone offset is calculated.
DateSqlInterface::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/DateSqlInterface.php Applies the given offset to the given field.
DateSqlInterface::setTimezoneOffset function core/modules/views/src/Plugin/views/query/DateSqlInterface.php Set the database to the given timezone.
DrupalKernelTest::testPreventChangeOfSitePath function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests setting of site path after kernel boot.
DummyExternalReadOnlyWrapper::stream_eof function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php
EntityType::getBundleOf function core/lib/Drupal/Core/Entity/EntityType.php
EntityTypeInterface::getBundleOf function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the entity type ID for which this entity provides bundles.
FileVideoFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Plugin implementation of the 'file_video' formatter.
FileVideoFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::getMediaType function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::prepareAttributes function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::settingsSummary function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatterTest class core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php @coversDefaultClass \Drupal\file\Plugin\Field\FieldFormatter\FileVideoFormatter[[api-linebreak]]
@group file
@group #slow
FileVideoFormatterTest.php file core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
FileVideoFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
FileVideoFormatterTest::testAttributes function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests that the attributes added to the formatter are applied on render.
FileVideoFormatterTest::testRender function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php @covers ::viewElements[[api-linebreak]]
FilterDateTest::testDateOffsets function core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php Tests offsets with date-only fields.
FilterDateTest::testDateOffsets function core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php Tests offsets with date-only fields.
LocalStream::stream_eof function core/lib/Drupal/Core/StreamWrapper/LocalStream.php
MysqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/MysqlDateSql.php
MysqlDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests timezone offset formatting.
MysqlDateSqlTest::testSetTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php Tests setting the database offset.
PhpStreamWrapperInterface::stream_eof function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php Tests for end-of-file on a file pointer.
PostgresqlDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
PostgresqlDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
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.
QueryPluginBase::getTimezoneOffset function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Get the timezone offset in seconds.
QueryPluginBase::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/QueryPluginBase.php Applies a timezone offset to the given field.
QueryTest::setFieldTimezoneOffset function core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
Sql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/Sql.php
SqliteDateSql::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/SqliteDateSql.php
SqliteDateSql::setTimezoneOffset function core/modules/views/src/Plugin/views/query/SqliteDateSql.php
SqliteDateSqlTest::testSetFieldTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests timezone offset formatting.
SqliteDateSqlTest::testSetTimezoneOffset function core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php Tests setting the database offset.

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