Search for level

  1. Search 7.x for level
  2. Search 9.5.x for level
  3. Search 8.9.x for level
  4. Search 10.3.x for level
  5. Other projects
Title Object type File name Summary
AdminTest::getTopLevelMenuLinks function core/modules/system/tests/src/Functional/System/AdminTest.php Returns all top level menu links.
AllowedPackages::getTopLevelAllowedPackages function composer/Plugin/Scaffold/AllowedPackages.php Gets all packages that are allowed in the top-level composer.json.
bad_help_topics.top_level.html.twig file core/modules/help/tests/modules/help_topics_test/bad_help_topics/syntax/bad_help_topics.top_level.html.twig ---
label: 'Help topic not top level or related to top level'
---
<p>{% trans %}Body goes here{% endtrans %}</p>
DbLogController::getLogLevelClassMap function core/modules/dblog/src/Controller/DbLogController.php Gets an array of log level classes.
drupal_error_levels function core/includes/errors.inc Maps PHP error constants to watchdog severity levels.
EntityTestEntityLevel class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php Constraint on entity level.
EntityTestEntityLevel.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php
EntityTestEntityLevel::$message property core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevel.php
EntityTestEntityLevelValidator class core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php Constraint validator for the EntityTestEntityLevel constraint.
EntityTestEntityLevelValidator.php file core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php
EntityTestEntityLevelValidator::validate function core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/EntityTestEntityLevelValidator.php
FieldWidgetConstraintValidatorTest::testEntityLevelConstraintValidation function core/tests/Drupal/KernelTests/Core/Entity/FieldWidgetConstraintValidatorTest.php Tests entity level constraint validation.
FinalExceptionSubscriber::$errorLevel property core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php One of the error level constants defined in bootstrap.inc.
FinalExceptionSubscriber::getErrorLevel function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Gets the configured error level.
FinalExceptionSubscriber::isErrorLevelVerbose function core/lib/Drupal/Core/EventSubscriber/FinalExceptionSubscriber.php Checks whether the error level is verbose or not.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidTopLevel function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php @covers ::findAll
HelpTopicPluginBase::isTopLevel function core/modules/help/src/HelpTopicPluginBase.php Returns whether this is a top-level topic or not.
HelpTopicPluginInterface::isTopLevel function core/modules/help/src/HelpTopicPluginInterface.php Returns whether this is a top-level topic or not.
HelpTopicSection::$topLevelPlugins property core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php The top level help topic plugins.
HTMLRestrictions::mergeAllowedElementsLevel function core/modules/ckeditor5/src/HTMLRestrictions.php Merge arrays of allowed elements according to HTMLRestrictions rules.
InstallerIsolationLevelExistingSettingsTest class core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php Tests the isolation_level setting with existing database settings.
InstallerIsolationLevelExistingSettingsTest.php file core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php
InstallerIsolationLevelExistingSettingsTest::prepareEnvironment function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php Fully configures a preexisting settings.php file before invoking the
interactive installer.
InstallerIsolationLevelExistingSettingsTest::testInstaller function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelExistingSettingsTest.php Verifies that isolation_level is not set in the database settings.
InstallerIsolationLevelNoDatabaseSettingsTest class core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php Tests the isolation_level setting with no database settings.
InstallerIsolationLevelNoDatabaseSettingsTest.php file core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php
InstallerIsolationLevelNoDatabaseSettingsTest::$defaultTheme property core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php The theme to install as the default for testing.
InstallerIsolationLevelNoDatabaseSettingsTest::prepareEnvironment function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php Prepares the current environment for running the test.
InstallerIsolationLevelNoDatabaseSettingsTest::testInstaller function core/modules/mysql/tests/src/Functional/InstallerIsolationLevelNoDatabaseSettingsTest.php Verifies that the isolation_level was added to the database settings.
JsonApiDocumentTopLevel class core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Represents a JSON:API document's "top level".
JsonApiDocumentTopLevel.php file core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php
JsonApiDocumentTopLevel::$data property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The data to normalize.
JsonApiDocumentTopLevel::$includes property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The includes to normalize.
JsonApiDocumentTopLevel::$links property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The links.
JsonApiDocumentTopLevel::$meta property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php The metadata to normalize.
JsonApiDocumentTopLevel::$omissions property core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Resource objects that will be omitted from the response for access reasons.
JsonApiDocumentTopLevel::getData function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the data.
JsonApiDocumentTopLevel::getIncludes function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets a JSON:API Data object of resources to be included in the response.
JsonApiDocumentTopLevel::getLinks function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the links.
JsonApiDocumentTopLevel::getMeta function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets the metadata.
JsonApiDocumentTopLevel::getOmissions function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Gets an OmittedData instance containing resources to be omitted.
JsonApiDocumentTopLevel::__construct function core/modules/jsonapi/src/JsonApiResource/JsonApiDocumentTopLevel.php Instantiates a JsonApiDocumentTopLevel object.
JsonApiDocumentTopLevelNormalizer class core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Normalizes the top-level document according to the JSON:API specification.
JsonApiDocumentTopLevelNormalizer.php file core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php
JsonApiDocumentTopLevelNormalizer::$entityTypeManager property core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php The entity type manager.
JsonApiDocumentTopLevelNormalizer::$resourceTypeRepository property core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php The JSON:API resource type repository.
JsonApiDocumentTopLevelNormalizer::denormalize function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php
JsonApiDocumentTopLevelNormalizer::getLinkHash function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php Hashes an omitted link.
JsonApiDocumentTopLevelNormalizer::getSupportedTypes function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php
JsonApiDocumentTopLevelNormalizer::normalize function core/modules/jsonapi/src/Normalizer/JsonApiDocumentTopLevelNormalizer.php

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