options.views.inc

Provide Views data for options.module. File core/modules/options/options.views.inc Functions Name Description options_field_views_data Implements hook_field_views_data().

options.module

Defines selection, check box and radio button widgets for text and numeric fields. File core/modules/options/options.module Functions Name Description options_allowed_values Returns the array of allowed values for a list field. options_field_storage_config_delete Implements hook_ENTITY_TYPE_delete() for 'field_storage_config'. options_field_storage_config_update Implements hook_ENTITY_TYPE_update() for 'field_storage_config'. options_field_storage_config_update_forbid Impl

OptimizedPhpArrayDumper::supportsMachineFormat

protected OptimizedPhpArrayDumper::supportsMachineFormat() Whether this supports the machine-optimized format or not. Return value bool TRUE if this supports machine-optimized format, FALSE otherwise. File core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php, line 513 Class OptimizedPhpArrayDumper OptimizedPhpArrayDumper dumps a service container as a serialized PHP array. Namespace Drupal\Component\DependencyInjection\Dumper Code protected function support

OptimizedPhpArrayDumper::prepareParameters

protected OptimizedPhpArrayDumper::prepareParameters(array $parameters, $escape = TRUE) Prepares parameters for the PHP array dumping. Parameters array $parameters: An array of parameters. bool $escape: Whether keys with '%' should be escaped or not. Return value array An array of prepared parameters. File core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php, line 144 Class OptimizedPhpArrayDumper OptimizedPhpArrayDumper dumps a service container as a serializ

OptimizedPhpArrayDumper::getServiceDefinitions

protected OptimizedPhpArrayDumper::getServiceDefinitions() Gets services of the container as a PHP array. Return value array The service definitions. File core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php, line 115 Class OptimizedPhpArrayDumper OptimizedPhpArrayDumper dumps a service container as a serialized PHP array. Namespace Drupal\Component\DependencyInjection\Dumper Code protected function getServiceDefinitions() { if (!$this->container->g

OptimizedPhpArrayDumper::getServiceDefinition

protected OptimizedPhpArrayDumper::getServiceDefinition(Definition $definition) Gets a service definition as PHP array. Parameters \Symfony\Component\DependencyInjection\Definition $definition: The definition to process. Return value array The service definition as PHP array. Throws \Symfony\Component\DependencyInjection\Exception\InvalidArgumentException Thrown when the definition is marked as decorated, or with an explicit scope different from SCOPE_CONTAINER and SCOPE_PROTOTYPE. File core

OptimizedPhpArrayDumper::getServiceCall

protected OptimizedPhpArrayDumper::getServiceCall($id, $invalid_behavior = ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE) Gets a service reference for an ID in a suitable PHP array format. Parameters string $id: The ID of the service to get a reference for. int $invalid_behavior: (optional) The invalid behavior of the service. Return value string|\stdClass A suitable representation of the service reference. File core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper

OptimizedPhpArrayDumper::getReferenceCall

protected OptimizedPhpArrayDumper::getReferenceCall($id, Reference $reference = NULL) Gets a service reference for a reference in a suitable PHP array format. The main difference is that this function treats references to private services differently and returns a private service reference instead of a normal reference. Parameters string $id: The ID of the service to get a reference for. \Symfony\Component\DependencyInjection\Reference|null $reference: (optional) The reference object to proces

OptimizedPhpArrayDumper::getPrivateServiceCall

protected OptimizedPhpArrayDumper::getPrivateServiceCall($id, Definition $definition, $shared = FALSE) Gets a private service definition in a suitable format. Parameters string $id: The ID of the service to get a private definition for. \Symfony\Component\DependencyInjection\Definition $definition: The definition to process. bool $shared: (optional) Whether the service will be shared with others. By default this parameter is FALSE. Return value \stdClass A very lightweight private service val

OptimizedPhpArrayDumper::getParameters

protected OptimizedPhpArrayDumper::getParameters() Gets parameters of the container as a PHP array. Return value array The escaped and prepared parameters of the container. File core/lib/Drupal/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumper.php, line 99 Class OptimizedPhpArrayDumper OptimizedPhpArrayDumper dumps a service container as a serialized PHP array. Namespace Drupal\Component\DependencyInjection\Dumper Code protected function getParameters() { if (!$this->c