Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
TemporaryArrayObjectThrowingExceptions::count function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Count the ArrayObject.
TemporaryArrayObjectThrowingExceptions::exchangeArray function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Exchange the current array with another array or object.
TemporaryArrayObjectThrowingExceptions::getArrayCopy function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Exports the \ArrayObject to an array.
TemporaryArrayObjectThrowingExceptions::getFlags function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Gets the behavior flags of the \ArrayObject.
TemporaryArrayObjectThrowingExceptions::getIterator function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Create a new iterator from an ArrayObject instance.
TemporaryArrayObjectThrowingExceptions::getIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Gets the class name of the iterator used by \ArrayObject::getIterator().
TemporaryArrayObjectThrowingExceptions::ksort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort the entries by key.
TemporaryArrayObjectThrowingExceptions::natcasesort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort an array using a case insensitive "natural order" algorithm.
TemporaryArrayObjectThrowingExceptions::natsort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort entries using a "natural order" algorithm.
TemporaryArrayObjectThrowingExceptions::offsetExists function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Returns whether the requested index exists.
TemporaryArrayObjectThrowingExceptions::offsetGet function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Returns the value at the specified index.
TemporaryArrayObjectThrowingExceptions::offsetSet function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the value at the specified index to new value.
TemporaryArrayObjectThrowingExceptions::offsetUnset function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Unsets the value at the specified index.
TemporaryArrayObjectThrowingExceptions::setFlags function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the behavior flags for the \ArrayObject.
TemporaryArrayObjectThrowingExceptions::setIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the iterator classname for the \ArrayObject.
TemporaryArrayObjectThrowingExceptions::uasort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort the entries with a user-defined comparison function.
TemporaryArrayObjectThrowingExceptions::uksort function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sort the entries by keys using a user-defined comparison function.
TemporaryQueryGuard::alwaysFalse function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets an always FALSE entity condition group for the given entity type.
TemporaryQueryGuard::applyAccessConditions function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Applies access conditions to ensure 'view' access is respected.
TemporaryQueryGuard::applyAccessControls function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Applies access controls to an entity query.
TemporaryQueryGuard::collectFilteredFields function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Recursively collects all entity query condition fields.
TemporaryQueryGuard::getAccessCondition function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets an EntityConditionGroup that filters out inaccessible entities.
TemporaryQueryGuard::getAccessConditionForKnownSubsets function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets an access condition for the allowed JsonApiFilter::AMONG_* subsets.
TemporaryQueryGuard::getAccessResultsFromEntityFilterHook function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets the combined access result for each JsonApiFilter::AMONG_* subset.
TemporaryQueryGuard::getCommentAccessCondition function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Gets an access condition for a comment entity.
TemporaryQueryGuard::secureQuery function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Applies tags, metadata and conditions to secure an entity query.
TemporaryQueryGuard::setFieldManager function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Sets the entity field manager.
TemporaryQueryGuard::setModuleHandler function core/modules/jsonapi/src/Access/TemporaryQueryGuard.php Sets the module handler.
TemporaryQueryTest class core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest class core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php Tests the temporary query functionality.
TemporaryQueryTest.php file core/modules/mysqli/tests/src/Kernel/mysqli/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php
TemporaryQueryTest.php file core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php
TemporaryQueryTest::testTemporaryQuery function core/modules/mysql/tests/src/Kernel/mysql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTest::testTemporaryQuery function core/modules/sqlite/tests/src/Kernel/sqlite/TemporaryQueryTest.php Confirms that temporary tables work.
TemporaryQueryTestBase class core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Tests the temporary query functionality.
TemporaryQueryTestBase.php file core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php
TemporaryQueryTestBase::countTableRows function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the number of rows of a table.
TemporaryQueryTestBase::getConnection function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Returns the connection.
TemporaryQueryTestBase::testTemporaryQuery function core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php Confirms that temporary tables work.
TemporaryStream class core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Defines a Drupal temporary (temporary://) stream wrapper class.
TemporaryStream.php file core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php
TemporaryStream::getDescription function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Returns the description of the stream wrapper for use in the UI.
TemporaryStream::getDirectoryPath function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Gets the path that the wrapper is responsible for.
TemporaryStream::getExternalUrl function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Returns a web accessible URL for the resource.
TemporaryStream::getName function core/lib/Drupal/Core/StreamWrapper/TemporaryStream.php Returns the name of the stream wrapper for use in the UI.

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