Search for type

  1. Search 3.x for type
  2. Search 7.x-1.x for type
  3. Search 6.x-1.x for type
  4. Search 4.0.x for type
  5. Other projects
Title Object type File name Summary
core.entity_form_display.node.basic_content_type.default.yml file node_type_example/config/install/core.entity_form_display.node.basic_content_type.default.yml node_type_example/config/install/core.entity_form_display.node.basic_content_type.default.yml
core.entity_form_display.node.locked_content_type.default.yml file node_type_example/config/install/core.entity_form_display.node.locked_content_type.default.yml node_type_example/config/install/core.entity_form_display.node.locked_content_type.default.yml
core.entity_view_display.node.basic_content_type.default.yml file node_type_example/config/install/core.entity_view_display.node.basic_content_type.default.yml node_type_example/config/install/core.entity_view_display.node.basic_content_type.default.yml
core.entity_view_display.node.locked_content_type.default.yml file node_type_example/config/install/core.entity_view_display.node.locked_content_type.default.yml node_type_example/config/install/core.entity_view_display.node.locked_content_type.default.yml
EntityAutocomplete::$entityTypeManager property ajax_example/src/Form/EntityAutocomplete.php The entity type manager service.
Example: Config Node Type group node_type_example/node_type_example.module A basic example of defining a content type through configuration YAML files.
Example: Field Types API group field_example/field_example.module Examples using Field Types API.
Example: Plugin Types group plugin_type_example/plugin_type_example.module Example of how to define a plugin type.
field.field.node.basic_content_type.body.yml file node_type_example/config/install/field.field.node.basic_content_type.body.yml node_type_example/config/install/field.field.node.basic_content_type.body.yml
field.field.node.locked_content_type.body.yml file node_type_example/config/install/field.field.node.locked_content_type.body.yml node_type_example/config/install/field.field.node.locked_content_type.body.yml
FieldExampleBrowserTestBase::$contentTypeName property field_example/tests/src/Functional/FieldExampleBrowserTestBase.php The content type name.
FrontPageLinkDependenciesTest::$contentType property testing_example/tests/src/Functional/FrontPageLinkDependenciesTest.php Our node type.
IncidentReportEvent::$type property events_example/src/Event/IncidentReportEvent.php Incident type.
IncidentReportEvent::getType function events_example/src/Event/IncidentReportEvent.php Get the incident type.
node.type.basic_content_type.yml file node_type_example/config/install/node.type.basic_content_type.yml node_type_example/config/install/node.type.basic_content_type.yml
node.type.locked_content_type.yml file node_type_example/config/install/node.type.locked_content_type.yml node_type_example/config/install/node.type.locked_content_type.yml
node.type.testing_example.yml file testing_example/config/install/node.type.testing_example.yml testing_example/config/install/node.type.testing_example.yml
NodeTypeExampleController class node_type_example/src/Controller/NodeTypeExampleController.php Controller routines for node_type_example.
NodeTypeExampleController.php file node_type_example/src/Controller/NodeTypeExampleController.php
NodeTypeExampleController::getModuleName function node_type_example/src/Controller/NodeTypeExampleController.php Name of our module.
NodeTypeExampleTest class node_type_example/tests/src/Functional/NodeTypeExampleTest.php Test that our content types are successfully created.
NodeTypeExampleTest.php file node_type_example/tests/src/Functional/NodeTypeExampleTest.php
NodeTypeExampleTest::$defaultTheme property node_type_example/tests/src/Functional/NodeTypeExampleTest.php
NodeTypeExampleTest::$modules property node_type_example/tests/src/Functional/NodeTypeExampleTest.php Modules to enable.
NodeTypeExampleTest::$profile property node_type_example/tests/src/Functional/NodeTypeExampleTest.php The installation profile to use with this test.
NodeTypeExampleTest::providerMenuLinks function node_type_example/tests/src/Functional/NodeTypeExampleTest.php Data provider for testing menu links.
NodeTypeExampleTest::testNodeCreation function node_type_example/tests/src/Functional/NodeTypeExampleTest.php Test that all fields are displayed when content is created.
NodeTypeExampleTest::testNodeTypeExample function node_type_example/tests/src/Functional/NodeTypeExampleTest.php Verify and validate that default menu links were loaded for this module.
NodeTypeExampleTest::testNodeTypes function node_type_example/tests/src/Functional/NodeTypeExampleTest.php Test our new content types.
NodeTypeExampleTest::testUninstallReinstall function node_type_example/tests/src/Functional/NodeTypeExampleTest.php Verify that user can uninstall and then reinstall node_type_example.
node_type_example.info.yml file node_type_example/node_type_example.info.yml node_type_example/node_type_example.info.yml
node_type_example.install file node_type_example/node_type_example.install Install file for node_type_example.
node_type_example.links.menu.yml file node_type_example/node_type_example.links.menu.yml node_type_example/node_type_example.links.menu.yml
node_type_example.module file node_type_example/node_type_example.module Module file for node_type_example.
node_type_example.routing.yml file node_type_example/node_type_example.routing.yml node_type_example/node_type_example.routing.yml
node_type_example_install function node_type_example/node_type_example.install Implements hook_install().
node_type_example_uninstall function node_type_example/node_type_example.install Implements hook_uninstall().
PluginTypeExampleController class plugin_type_example/src/Controller/PluginTypeExampleController.php Controller for our example pages.
PluginTypeExampleController.php file plugin_type_example/src/Controller/PluginTypeExampleController.php
PluginTypeExampleController::$sandwichManager property plugin_type_example/src/Controller/PluginTypeExampleController.php The sandwich plugin manager.
PluginTypeExampleController::create function plugin_type_example/src/Controller/PluginTypeExampleController.php Override the parent method so that we can inject our sandwich plugin
manager service into the controller.
PluginTypeExampleController::description function plugin_type_example/src/Controller/PluginTypeExampleController.php Displays a page with an overview of our plugin type and plugins.
PluginTypeExampleController::__construct function plugin_type_example/src/Controller/PluginTypeExampleController.php Constructor.
PluginTypeExampleTest class plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php Test the functionality of the Plugin Type Example module.
PluginTypeExampleTest.php file plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php
PluginTypeExampleTest::$defaultTheme property plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php
PluginTypeExampleTest::$modules property plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php Modules to enable.
PluginTypeExampleTest::$profile property plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php The installation profile to use with this test.
PluginTypeExampleTest::testPluginExample function plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php Test the plugin manager can be loaded, and the plugins are registered.
PluginTypeExampleTest::testPluginExamplePage function plugin_type_example/tests/src/Functional/PluginTypeExampleTest.php Test the output of the example page.