Search for source

  1. Search 7.x for source
  2. Search 9.5.x for source
  3. Search 8.9.x for source
  4. Search 11.x for source
  5. Other projects
Title Object type File name Summary
NodeTypeResourceTestBase class core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php ResourceTestBase for NodeType entity.
NodeTypeResourceTestBase.php file core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php
NodeTypeResourceTestBase::$entity property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php The NodeType entity.
NodeTypeResourceTestBase::$entityTypeId property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php The tested entity type.
NodeTypeResourceTestBase::$modules property core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Modules to install.
NodeTypeResourceTestBase::createEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Creates the entity to be tested.
NodeTypeResourceTestBase::getExpectedNormalizedEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the expected normalization of the entity.
NodeTypeResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Return the expected error message.
NodeTypeResourceTestBase::getNormalizedPostEntity function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Returns the normalized POST entity.
NodeTypeResourceTestBase::setUpAuthorization function core/modules/node/tests/src/Functional/Rest/NodeTypeResourceTestBase.php Sets up the necessary authorization.
NodeTypeTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/NodeTypeTest.php The name of the tested JSON:API resource type.
NodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeTypeTest.php
NodeTypeTest::providerSource function core/modules/node/tests/src/Kernel/Plugin/migrate/source/d7/NodeTypeTest.php
NoMultilingualReviewPageTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d6/NoMultilingualReviewPageTest.php Gets the source base path for the concrete test.
NoMultilingualReviewPageTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/d7/NoMultilingualReviewPageTest.php Gets the source base path for the concrete test.
NoMultilingualReviewPageTest::getSourceBasePath function core/modules/statistics/tests/src/Functional/migrate_drupal/d6/NoMultilingualReviewPageTest.php Gets the source base path for the concrete test.
NoMultilingualReviewPageTest::getSourceBasePath function core/modules/statistics/tests/src/Functional/migrate_drupal/d7/NoMultilingualReviewPageTest.php Gets the source base path for the concrete test.
NoMultilingualReviewPageTest::getSourceBasePath function core/modules/forum/tests/src/Functional/migrate_drupal/d6/NoMultilingualReviewPageTest.php Gets the source base path for the concrete test.
NoMultilingualReviewPageTest::getSourceBasePath function core/modules/forum/tests/src/Functional/migrate_drupal/d7/NoMultilingualReviewPageTest.php Gets the source base path for the concrete test.
NoSerializationClassTestResource class core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php Class used to test that serialization_class is optional.
NoSerializationClassTestResource.php file core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php
NoSerializationClassTestResource::post function core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php Responds to a POST request.
NoSourceModule class core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php A test source plugin without a source_module.
NoSourceModule.php file core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php
NoSourceModule::fields function core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php Returns available fields on the source.
NoSourceModule::getIds function core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php Defines the source fields uniquely identifying a source row.
NoSourceModule::query function core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php
NoSourcePluginDecorator class core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Remove definitions which refer to a non-existing source plugin.
NoSourcePluginDecorator.php file core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php
NoSourcePluginDecorator::$decorated property core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php The Discovery object being decorated.
NoSourcePluginDecorator::getDefinitions function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Gets the definition of all plugins for this type.
NoSourcePluginDecorator::__call function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Passes through all unknown calls onto the decorated object.
NoSourcePluginDecorator::__construct function core/modules/migrate/src/Plugin/NoSourcePluginDecorator.php Constructs a NoSourcePluginDecorator object.
NullIdMap::currentSource function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the source identifier(s) currently being iterated.
NullIdMap::getRowBySource function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Retrieves a row from the map table based on source identifier values.
NullIdMap::lookupSourceId function core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php Looks up the source identifier.
OEmbed::$resourceFetcher property core/modules/media/src/Plugin/media/Source/OEmbed.php The oEmbed resource fetcher service.
OEmbed::createSourceField function core/modules/media/src/Plugin/media/Source/OEmbed.php Creates the source field definition for a type.
OEmbed::getSourceFieldConstraints function core/modules/media/src/Plugin/media/Source/OEmbed.php Gets media source-specific validation constraints for a source field.
OEmbedForm::$resourceFetcher property core/modules/media_library/src/Form/OEmbedForm.php The oEmbed resource fetcher service.
OEmbedFormatter::$resourceFetcher property core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php The oEmbed resource fetcher.
OEmbedIframeController::$resourceFetcher property core/modules/media/src/Controller/OEmbedIframeController.php The oEmbed resource fetcher service.
OEmbedIframeControllerTest::testResourcePassedToPreprocess function core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php Tests that resources can be used in media_oembed_iframe preprocess.
OEmbedMediaSource class core/modules/media/src/Attribute/OEmbedMediaSource.php Defines a OEmbedMediaSource attribute.
OEmbedMediaSource.php file core/modules/media/src/Attribute/OEmbedMediaSource.php
OEmbedMediaSource::__construct function core/modules/media/src/Attribute/OEmbedMediaSource.php Constructs a new OEmbedMediaSource attribute.
OEmbedResourceConstraint class core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php Checks if a value represents a valid oEmbed resource URL.
OEmbedResourceConstraint.php file core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php
OEmbedResourceConstraint::$disallowedProviderMessage property core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php The error message if the URL matches a disallowed provider.
OEmbedResourceConstraint::$invalidResourceMessage property core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraint.php The error message if the URL is not a valid oEmbed resource.

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