Search for eof

  1. Search 7.x for eof
  2. Search 9.5.x for eof
  3. Search 8.9.x for eof
  4. Search 10.3.x for eof
  5. Search main for eof
  6. Other projects
Title Object type File name Summary
AtLeastOneOfConstraint class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php Checks that at least one of the given constraint is satisfied.
AtLeastOneOfConstraint.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php
AtLeastOneOfConstraint::getCompositeOptionStatic function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php Returns the name of the property or properties that contain constraints.
AtLeastOneOfConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraint.php
AtLeastOneOfConstraintValidator class core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php Validates the AtLeastOneOf constraint.
AtLeastOneOfConstraintValidator.php file core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php
AtLeastOneOfConstraintValidator::validate function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/AtLeastOneOfConstraintValidator.php Validate a set of constraints against a value.
AtLeastOneOfConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Tests AtLeastOneOf validation constraint with both valid and invalid values.
AtLeastOneOfConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php
AtLeastOneOfConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Modules to install.
AtLeastOneOfConstraintValidatorTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php The typed data manager to use.
AtLeastOneOfConstraintValidatorTest::dataProvider function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Data provider for testValidation().
AtLeastOneOfConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php
AtLeastOneOfConstraintValidatorTest::testConfigValidation function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Tests use of AtLeastOneOf validation constraint in config.
AtLeastOneOfConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Validation/AtLeastOneOfConstraintValidatorTest.php Tests the AllowedValues validation constraint validator.
CKEditor5Test::languageOfPartsPluginConfigureLanguageListHelper function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Helper to set language list option for CKEditor.
CKEditor5Test::languageOfPartsPluginInitialConfigurationHelper function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Helper to configure CKEditor5 with Language plugin.
CKEditor5Test::languageOfPartsPluginTestHelper function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Validate expected languages available in editor.
CKEditor5Test::testLanguageOfPartsPlugin function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5Test.php Test for Language of Parts plugin.
Date::$calculateOffset property core/modules/datetime/src/Plugin/views/sort/Date.php Determines if the timezone offset is calculated.
Date::$calculateOffset property core/modules/datetime/src/Plugin/views/filter/Date.php Determines if the timezone offset is calculated.
Date::$calculateOffset property core/modules/datetime/src/Plugin/views/argument/Date.php Determines if the timezone offset is calculated.
DateSqlInterface::setFieldTimezoneOffset function core/modules/views/src/Plugin/views/query/DateSqlInterface.php Applies the given offset to the given field.
DateSqlInterface::setTimezoneOffset function core/modules/views/src/Plugin/views/query/DateSqlInterface.php Set the database to the given timezone.
DrupalKernelTest::testPreventChangeOfSitePath function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests setting of site path after kernel boot.
DummyExternalReadOnlyWrapper::stream_eof function core/modules/file/tests/file_test/src/StreamWrapper/DummyExternalReadOnlyWrapper.php Tests for end-of-file on a file pointer.
EntityType::getBundleOf function core/lib/Drupal/Core/Entity/EntityType.php Gets the entity type ID for which this entity provides bundles.
EntityTypeInterface::getBundleOf function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the entity type ID for which this entity provides bundles.
FileVideoFormatter class core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Plugin implementation of the 'file_video' formatter.
FileVideoFormatter.php file core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
FileVideoFormatter::calculateDependencies function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Calculates dependencies for the configured plugin.
FileVideoFormatter::create function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Instantiates a new instance of the implementing class using autowiring.
FileVideoFormatter::defaultSettings function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Defines the default settings for this plugin.
FileVideoFormatter::getMediaType function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Gets the applicable media type for a formatter.
FileVideoFormatter::onDependencyRemoval function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Informs the plugin that some configuration it depends on will be deleted.
FileVideoFormatter::prepareAttributes function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Prepare the attributes according to the settings.
FileVideoFormatter::settingsForm function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Returns a form to configure settings for the formatter.
FileVideoFormatter::settingsSummary function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Returns a short summary for the current formatter settings.
FileVideoFormatter::viewElements function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Builds a renderable array for a field value.
FileVideoFormatter::__construct function core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php Constructs a FormatterBase object.
FileVideoFormatterTest class core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests Drupal\file\Plugin\Field\FieldFormatter\FileVideoFormatter.
FileVideoFormatterTest.php file core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
FileVideoFormatterTest::$defaultTheme property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php The theme to install as the default for testing.
FileVideoFormatterTest::$modules property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Modules to install.
FileVideoFormatterTest::testAttributes function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests that the attributes added to the formatter are applied on render.
FileVideoFormatterTest::testRender function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php Tests render.
FileVideoFormatterUpdateTest class core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Tests the upgrade path for video formatters.
FileVideoFormatterUpdateTest.php file core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php
FileVideoFormatterUpdateTest::$modules property core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Modules to install after the database is loaded.
FileVideoFormatterUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterUpdateTest.php Set database dump files to be used.

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