Search for status

  1. Search 7.x for status
  2. Search 9.5.x for status
  3. Search 8.9.x for status
  4. Search 10.3.x for status
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Status class core/modules/media/src/Plugin/views/filter/Status.php Filter by published status.
Status class core/modules/file/src/Plugin/views/filter/Status.php Filter by file status.
Status class core/modules/node/src/Plugin/views/filter/Status.php Filter by published status.

All search results

Title Object type File name Summary
EntityDisplayModeBase::$status property core/lib/Drupal/Core/Entity/EntityDisplayModeBase.php Whether or not this form or view mode has custom settings by default.
EntityTranslationTest::testTranslationStatus function core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php Tests the getTranslationStatus method.
FileInterface::STATUS_PERMANENT constant core/modules/file/src/FileInterface.php Indicates that the file is permanent and should not be deleted.
Filter::$status property core/modules/filter/src/Annotation/Filter.php Whether this filter is enabled or disabled by default.
FilterBase::$status property core/modules/filter/src/Plugin/FilterBase.php A Boolean indicating whether this filter is enabled.
ForumIndexTest::testForumIndexStatus function core/modules/forum/tests/src/Functional/ForumIndexTest.php Tests the forum index for published and unpublished nodes.
HelpSearch::indexStatus function core/modules/help/src/Plugin/Search/HelpSearch.php Reports the status of indexing.
hook_update_status_alter function core/modules/update/update.api.php Alter the information about available updates for projects.
HTTPStatusCode class core/modules/views/src/Plugin/views/area/HTTPStatusCode.php Alter the HTTP response status code used by the view.
HTTPStatusCode.php file core/modules/views/src/Plugin/views/area/HTTPStatusCode.php
HTTPStatusCode::buildOptionsForm function core/modules/views/src/Plugin/views/area/HTTPStatusCode.php Provide a form to edit options for this plugin.
HTTPStatusCode::defineOptions function core/modules/views/src/Plugin/views/area/HTTPStatusCode.php Information about options for all kinds of purposes will be held here.
HTTPStatusCode::render function core/modules/views/src/Plugin/views/area/HTTPStatusCode.php Render the area.
JSWebAssert::buildJavascriptStatusMessageSelector function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Builds a xpath selector for a message with given type and text.
JSWebAssert::statusMessageContainsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message containing given string exists after wait.
JSWebAssert::statusMessageExistsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message exists after wait.
JSWebAssert::statusMessageNotContainsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that no status message containing given string exists after wait.
JSWebAssert::statusMessageNotExistsAfterWait function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Asserts that a status message does not exist after wait.
LoadTest::testLoadInvalidStatus function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by status.
locale.translation_status.html.twig file core/modules/locale/help_topics/locale.translation_status.html.twig ---
label: 'Checking interface translation status'
related:
- core.translations
- locale.import
- locale.translate_strings
---
{% set language_text %}{% trans %}Languages{% endtrans %}{% endset %}
{% set translation_updates_text %}{% trans…
LocaleUpdateTest::testUpdateCheckStatus function core/modules/locale/tests/src/Functional/LocaleUpdateTest.php Checks if local or remote translation sources are detected.
locale_translation_batch_status_build function core/modules/locale/locale.compare.inc Builds a batch to get the status of remote and local translation files.
locale_translation_batch_status_check function core/modules/locale/locale.batch.inc Implements callback_batch_operation().
locale_translation_batch_status_finished function core/modules/locale/locale.batch.inc Implements callback_batch_finished().
locale_translation_clear_status function core/modules/locale/locale.module Clear the translation status cache.
locale_translation_get_status function core/modules/locale/locale.module Gets the current translation status.
locale_translation_status_delete_languages function core/modules/locale/locale.module Delete language entries from the status cache.
locale_translation_status_delete_projects function core/modules/locale/locale.module Delete project entries from the status cache.
locale_translation_status_save function core/modules/locale/locale.module Saves the status of translation sources in static cache.
LOCALE_TRANSLATION_STATUS_TTL constant core/modules/locale/locale.module The number of seconds that the translations status entry should be considered.
LoginStatusCheck class core/modules/user/src/Access/LoginStatusCheck.php Determines access to routes based on login status of current user.
LoginStatusCheck.php file core/modules/user/src/Access/LoginStatusCheck.php
LoginStatusCheck::access function core/modules/user/src/Access/LoginStatusCheck.php Checks access.
MediaSettingsTest::testStatusPage function core/modules/media/tests/src/Functional/MediaSettingsTest.php Tests that media warning appears if oEmbed media types exists.
MediaType::$status property core/modules/media/src/Entity/MediaType.php Whether media items should be published by default.
MediaType::getStatus function core/modules/media/src/Entity/MediaType.php
MediaType::setQueueThumbnailDownloadsStatus function core/modules/media/src/Entity/MediaType.php Sets a flag to indicate that thumbnails should be downloaded via a queue.
MediaTypeInterface::setQueueThumbnailDownloadsStatus function core/modules/media/src/MediaTypeInterface.php Sets a flag to indicate that thumbnails should be downloaded via a queue.
MenuTreeStorage::updateParentalStatus function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Sets has_children for the link's parent if it has visible children.
Merge::STATUS_INSERT constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an INSERT query has been executed.
Merge::STATUS_UPDATE constant core/lib/Drupal/Core/Database/Query/Merge.php Returned by execute() if an UPDATE query has been executed.
MessageCommandTest::testJsStatusMessageAssertions function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php Tests methods in JsWebAssert related to status messages.
Messenger::addStatus function core/lib/Drupal/Core/Messenger/Messenger.php Adds a new status message to the queue.
MessengerInterface::addStatus function core/lib/Drupal/Core/Messenger/MessengerInterface.php Adds a new status message to the queue.
MessengerInterface::TYPE_STATUS constant core/lib/Drupal/Core/Messenger/MessengerInterface.php A status message.
MigrateException::$status property core/modules/migrate/src/MigrateException.php The status to record in the map table for the current item.
MigrateException::getStatus function core/modules/migrate/src/MigrateException.php Gets the status of the current item.
MigrateExecutable::$sourceRowStatus property core/modules/migrate/src/MigrateExecutable.php Status of one row.
MigrateExecutable::checkStatus function core/modules/migrate/src/MigrateExecutable.php Checks for exceptional conditions, and display feedback.
MigrateIdMapInterface::STATUS_FAILED constant core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Indicates that the import of the row failed.

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