Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
OperationBase::execute function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php Performs the actual manipulation on the image.
OperationData::$destination property composer/Plugin/Scaffold/Operations/OperationData.php The destination path
OperationData::convertScaffoldMetadata function composer/Plugin/Scaffold/Operations/OperationData.php Performs the conversion-to-array step in normalizeScaffoldMetadata.
OperationData::destination function composer/Plugin/Scaffold/Operations/OperationData.php Gets the destination path that this operation data is associated with.
OperationData::hasAppend function composer/Plugin/Scaffold/Operations/OperationData.php Checks if append path exists.
OperationData::hasDefault function composer/Plugin/Scaffold/Operations/OperationData.php Checks if default path exists.
OperationData::hasPath function composer/Plugin/Scaffold/Operations/OperationData.php Checks if path exists
OperationData::hasPrepend function composer/Plugin/Scaffold/Operations/OperationData.php Checks if prepend path exists.
OperationData::normalizeScaffoldMetadata function composer/Plugin/Scaffold/Operations/OperationData.php Normalizes metadata by converting literal values into arrays.
OperationData::__construct function composer/Plugin/Scaffold/Operations/OperationData.php OperationData constructor.
OperationFactory::$composer property composer/Plugin/Scaffold/Operations/OperationFactory.php The Composer service.
OperationFactory::hasContent function composer/Plugin/Scaffold/Operations/OperationFactory.php Checks to see if the specified scaffold file exists and has content.
OperationFactory::__construct function composer/Plugin/Scaffold/Operations/OperationFactory.php OperationFactory constructor.
OperationInterface::contents function composer/Plugin/Scaffold/Operations/OperationInterface.php Returns the exact data that will be written to the scaffold files.
OperationInterface::process function composer/Plugin/Scaffold/Operations/OperationInterface.php Process this scaffold operation.
OperationInterface::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/OperationInterface.php Determines what to do if operation is used without a previous operation.
OperationInterface::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/OperationInterface.php Determines what to do if operation is used at same path as a previous op.
Operations class core/lib/Drupal/Core/Render/Element/Operations.php Provides a render element for a set of operations links.
Operations.php file core/lib/Drupal/Core/Render/Element/Operations.php
Operations::getInfo function core/lib/Drupal/Core/Render/Element/Operations.php Returns the element properties for this element.
Opml::$usesRowPlugin property core/modules/views/src/Plugin/views/style/Opml.php Whether or not this style uses a row plugin.
OpmlFeedAdd::$feedStorage property core/modules/aggregator/src/Form/OpmlFeedAdd.php The feed storage.
OpmlFeedAdd::parseOpml function core/modules/aggregator/src/Form/OpmlFeedAdd.php Parses an OPML file.
OpmlFeedAdd::submitForm function core/modules/aggregator/src/Form/OpmlFeedAdd.php Form submission handler.
OpmlFeedAdd::__construct function core/modules/aggregator/src/Form/OpmlFeedAdd.php Constructs a database object.
OpmlFields class core/modules/views/src/Plugin/views/row/OpmlFields.php Renders an OPML item based on fields.
OpmlFields.php file core/modules/views/src/Plugin/views/row/OpmlFields.php
OpmlFields::$usesFields property core/modules/views/src/Plugin/views/row/OpmlFields.php Does the row plugin support to add fields to its output.
OpmlFields::buildOptionsForm function core/modules/views/src/Plugin/views/row/OpmlFields.php Provide a form for setting options.
OpmlFields::defineOptions function core/modules/views/src/Plugin/views/row/OpmlFields.php Information about options for all kinds of purposes will be held here.
OpmlFields::getField function core/modules/views/src/Plugin/views/row/OpmlFields.php Retrieves a views field value from the style plugin.
OpmlFields::render function core/modules/views/src/Plugin/views/row/OpmlFields.php Render a row object. This usually passes through to a theme template
of some form, but not always.
OpmlFields::validate function core/modules/views/src/Plugin/views/row/OpmlFields.php Validate that the plugin is correct and can be saved.
OptGroup::doFlattenOptions function core/lib/Drupal/Core/Form/OptGroup.php Iterates over an array building a flat array with duplicate keys removed.
OptGroup::flattenOptions function core/lib/Drupal/Core/Form/OptGroup.php Allows PHP array processing of multiple select options with the same value.
OptGroupTest class core/tests/Drupal/Tests/Core/Form/OptGroupTest.php @coversDefaultClass \Drupal\Core\Form\OptGroup[[api-linebreak]]
@group Form
OptGroupTest.php file core/tests/Drupal/Tests/Core/Form/OptGroupTest.php
OptGroupTest::providerTestFlattenOptions function core/tests/Drupal/Tests/Core/Form/OptGroupTest.php Provides test data for the flattenOptions() method.
OptGroupTest::testFlattenOptions function core/tests/Drupal/Tests/Core/Form/OptGroupTest.php Tests the flattenOptions() method.
OptimizedPhpArrayDumper::$aliases property core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php A list of container aliases.
OptimizedPhpArrayDumper::$serialize property core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Whether to serialize service definitions or not.
OptimizedPhpArrayDumper::dumpMethodCalls function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Dumps method calls to a PHP array.
OptimizedPhpArrayDumper::escape function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Escapes parameters.
OptimizedPhpArrayDumper::getAliases function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets the aliases as a PHP array.
OptimizedPhpArrayDumper::getParameters function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets parameters of the container as a PHP array.
OptimizedPhpArrayDumper::getPrivateServiceCall function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a private service definition in a suitable format.
OptimizedPhpArrayDumper::getServiceCall function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a service reference for an ID in a suitable PHP array format.
OptimizedPhpArrayDumper::getServiceDefinition function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets a service definition as PHP array.
OptimizedPhpArrayDumper::getServiceDefinitions function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Gets services of the container as a PHP array.
OptimizedPhpArrayDumper::prepareParameters function core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php Prepares parameters for the PHP array dumping.

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