Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| template_preprocess_views_view_row_rss | function | core/ |
Prepares variables for views RSS item templates. |
| template_preprocess_views_view_rss | function | core/ |
Prepares variables for RSS feed templates. |
| template_preprocess_views_view_summary | function | core/ |
Prepares variables for views summary templates. |
| template_preprocess_views_view_summary_unformatted | function | core/ |
Prepares variables for unformatted summary view templates. |
| template_preprocess_views_view_table | function | core/ |
Prepares variables for views table templates. |
| template_preprocess_views_view_unformatted | function | core/ |
Prepares variables for views unformatted rows templates. |
| TemporaryArrayObjectThrowingExceptions | class | core/ |
An \ArrayObject that throws an exception when used as an ArrayObject. |
| TemporaryArrayObjectThrowingExceptions.php | file | core/ |
|
| TemporaryArrayObjectThrowingExceptions::append | function | core/ |
Append a value to the ArrayObject. |
| TemporaryArrayObjectThrowingExceptions::asort | function | core/ |
Sort the ArrayObject. |
| TemporaryArrayObjectThrowingExceptions::count | function | core/ |
Count the ArrayObject. |
| TemporaryArrayObjectThrowingExceptions::exchangeArray | function | core/ |
Exchange the current array with another array or object. |
| TemporaryArrayObjectThrowingExceptions::getArrayCopy | function | core/ |
Exports the \ArrayObject to an array. |
| TemporaryArrayObjectThrowingExceptions::getFlags | function | core/ |
Gets the behavior flags of the \ArrayObject. |
| TemporaryArrayObjectThrowingExceptions::getIterator | function | core/ |
Create a new iterator from an ArrayObject instance. |
| TemporaryArrayObjectThrowingExceptions::getIteratorClass | function | core/ |
Gets the class name of the array iterator that is used by \ArrayObject::getIterator(). |
| TemporaryArrayObjectThrowingExceptions::ksort | function | core/ |
Sort the entries by key. |
| TemporaryArrayObjectThrowingExceptions::natcasesort | function | core/ |
Sort an array using a case insensitive "natural order" algorithm. |
| TemporaryArrayObjectThrowingExceptions::natsort | function | core/ |
Sort entries using a "natural order" algorithm. |
| TemporaryArrayObjectThrowingExceptions::offsetExists | function | core/ |
Returns whether the requested index exists. |
| TemporaryArrayObjectThrowingExceptions::offsetGet | function | core/ |
Returns the value at the specified index. |
| TemporaryArrayObjectThrowingExceptions::offsetSet | function | core/ |
Sets the value at the specified index to new value. |
| TemporaryArrayObjectThrowingExceptions::offsetUnset | function | core/ |
Unsets the value at the specified index. |
| TemporaryArrayObjectThrowingExceptions::setFlags | function | core/ |
Sets the behavior flags for the \ArrayObject. |
| TemporaryArrayObjectThrowingExceptions::setIteratorClass | function | core/ |
Sets the iterator classname for the \ArrayObject. |
| TemporaryArrayObjectThrowingExceptions::uasort | function | core/ |
Sort the entries with a user-defined comparison function. |
| TemporaryArrayObjectThrowingExceptions::uksort | function | core/ |
Sort the entries by keys using a user-defined comparison function. |
| TemporaryJsonapiFileFieldUploader | class | core/ |
Reads data from an upload stream and creates a corresponding file entity. |
| TemporaryJsonapiFileFieldUploader.php | file | core/ |
|
| TemporaryJsonapiFileFieldUploader::$eventDispatcher | property | core/ |
The event dispatcher. |
| TemporaryJsonapiFileFieldUploader::$fileSystem | property | core/ |
The file system service. |
| TemporaryJsonapiFileFieldUploader::$lock | property | core/ |
The lock service. |
| TemporaryJsonapiFileFieldUploader::$logger | property | core/ |
A logger instance. |
| TemporaryJsonapiFileFieldUploader::$mimeTypeGuesser | property | core/ |
The MIME type guesser. |
| TemporaryJsonapiFileFieldUploader::$systemFileConfig | property | core/ |
System file configuration. |
| TemporaryJsonapiFileFieldUploader::$token | property | core/ |
The token replacement instance. |
| TemporaryJsonapiFileFieldUploader::BYTES_TO_READ | constant | core/ |
The amount of bytes to read in each iteration when streaming file data. |
| TemporaryJsonapiFileFieldUploader::checkFileUploadAccess | function | core/ |
Checks if the current user has access to upload the file. |
| TemporaryJsonapiFileFieldUploader::generateLockIdFromFileUri | function | core/ |
Generates a lock ID based on the file URI. |
| TemporaryJsonapiFileFieldUploader::getUploadLocation | function | core/ |
Determines the URI for a file field. |
| TemporaryJsonapiFileFieldUploader::getUploadValidators | function | core/ |
Retrieves the upload validators for a field definition. |
| TemporaryJsonapiFileFieldUploader::handleFileUploadForField | function | core/ |
Creates and validates a file entity for a file field from a file stream. |
| TemporaryJsonapiFileFieldUploader::prepareFilename | function | core/ |
Prepares the filename to strip out any malicious extensions. |
| TemporaryJsonapiFileFieldUploader::REQUEST_HEADER_FILENAME_REGEX | constant | core/ |
The regex used to extract the filename from the content disposition header. |
| TemporaryJsonapiFileFieldUploader::streamUploadData | function | core/ |
Streams file upload data to temporary file and moves to file destination. |
| TemporaryJsonapiFileFieldUploader::validate | function | core/ |
Validates the file. |
| TemporaryJsonapiFileFieldUploader::validateAndParseContentDispositionHeader | function | core/ |
Validates and extracts the filename from the Content-Disposition header. |
| TemporaryJsonapiFileFieldUploader::__construct | function | core/ |
Constructs a FileUploadResource instance. |
| TemporaryJsonapiFileFieldUploaderTest | class | core/ |
@coversDefaultClass \Drupal\jsonapi\Controller\TemporaryJsonapiFileFieldUploader[[api-linebreak]] @group jsonapi |
| TemporaryJsonapiFileFieldUploaderTest.php | file | core/ |
Pagination
- Previous page
- Page 1231
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.